fix(core): update
This commit is contained in:
8
ts/bobcat.classes.bobcat.ts
Normal file
8
ts/bobcat.classes.bobcat.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import * as plugins from './bobcat.plugins';
|
||||
|
||||
/**
|
||||
* maps to an individual bobcat miner
|
||||
*/
|
||||
export class Bobcat {
|
||||
|
||||
}
|
8
ts/bobcat.classes.bobcatmanager.ts
Normal file
8
ts/bobcat.classes.bobcatmanager.ts
Normal file
@ -0,0 +1,8 @@
|
||||
import * as plugins from './bobcat.plugins';
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
export class BobcatManager {
|
||||
|
||||
}
|
5
ts/bobcat.plugins.ts
Normal file
5
ts/bobcat.plugins.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import * as smartrequest from '@pushrocks/smartrequest';
|
||||
|
||||
export {
|
||||
smartrequest
|
||||
}
|
2
ts/index.ts
Normal file
2
ts/index.ts
Normal file
@ -0,0 +1,2 @@
|
||||
export * from './bobcat.classes.bobcatmanager';
|
||||
export * from './bobcat.classes.bobcat';
|
Reference in New Issue
Block a user