npmextra/dist/npmextra.plugins.d.ts

10 lines
373 B
TypeScript
Raw Normal View History

2016-09-16 20:28:38 +00:00
import 'typings-global';
2017-07-12 15:13:29 +00:00
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 };