cleanup (+1 squashed commit)

Squashed commits:
[192abb9] cleanup
This commit is contained in:
Philipp Kunz 2016-12-31 19:54:32 +01:00
parent b0406a941d
commit 2c8f5d2c49
2 changed files with 6 additions and 6 deletions

0
ts/beautylog.register.ts Normal file
View File

View File

@ -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 classes
export {Ora} from "./beautylog.classes.ora"; export {Ora} from './beautylog.classes.ora'
// export methods // export methods
export {dir,error,info,log,logReduced,ok,success,warn,newLine} from "./beautylog.log"; export {dir,error,info,log,logReduced,ok,success,warn,newLine} from './beautylog.log'
export {figlet,figletSync} from "./beautylog.figlet"; export {figlet,figletSync} from './beautylog.figlet'
export {remote} from "./beautylog.remote"; export {remote} from './beautylog.remote'