smartscaf/dist/smartscaf.plugins.d.ts

8 lines
255 B
TypeScript
Raw Normal View History

2017-05-03 07:45:22 +00:00
import 'typings-global';
import * as lodash from 'lodash';
import * as path from 'path';
2017-04-28 22:44:23 +00:00
import * as smartfile from 'smartfile';
import * as smarthbs from 'smarthbs';
import * as smartq from 'smartq';
2017-05-03 07:45:22 +00:00
export { lodash, path, smartfile, smarthbs, smartq };