10 lines
373 B
TypeScript
10 lines
373 B
TypeScript
import 'typings-global';
|
|
import * as beautylog from 'beautylog';
|
|
import * as path from 'path';
|
|
import * as smartfile from 'smartfile';
|
|
import smartlodash from 'smartlodash';
|
|
import * as smartpath from 'smartpath';
|
|
import * as smartq from 'smartq';
|
|
import * as taskbuffer from 'taskbuffer';
|
|
export { beautylog, path, smartfile, smartpath, smartq, smartlodash, taskbuffer };
|