15 lines
280 B
TypeScript
15 lines
280 B
TypeScript
import 'typings-global'
|
|
import * as beautylog from 'beautylog'
|
|
import * as path from 'path'
|
|
import * as smartcli from 'smartcli'
|
|
import * as smartfile from 'smartfile'
|
|
import * as smartshell from 'smartshell'
|
|
|
|
export {
|
|
beautylog,
|
|
path,
|
|
smartcli,
|
|
smartfile,
|
|
smartshell
|
|
}
|