cleanup (+1 squashed commit)
Squashed commits: [192abb9] cleanup
This commit is contained in:
parent
b0406a941d
commit
2c8f5d2c49
0
ts/beautylog.register.ts
Normal file
0
ts/beautylog.register.ts
Normal file
12
ts/index.ts
12
ts/index.ts
@ -1,11 +1,11 @@
|
||||
import "typings-global";
|
||||
import 'typings-global'
|
||||
|
||||
import * as plugins from "./beautylog.plugins";
|
||||
import * as plugins from './beautylog.plugins'
|
||||
|
||||
// export classes
|
||||
export {Ora} from "./beautylog.classes.ora";
|
||||
export {Ora} from './beautylog.classes.ora'
|
||||
|
||||
// export methods
|
||||
export {dir,error,info,log,logReduced,ok,success,warn,newLine} from "./beautylog.log";
|
||||
export {figlet,figletSync} from "./beautylog.figlet";
|
||||
export {remote} from "./beautylog.remote";
|
||||
export {dir,error,info,log,logReduced,ok,success,warn,newLine} from './beautylog.log'
|
||||
export {figlet,figletSync} from './beautylog.figlet'
|
||||
export {remote} from './beautylog.remote'
|
||||
|
Loading…
Reference in New Issue
Block a user