smartscaf/dist/smartscaf.plugins.d.ts
2017-05-03 09:45:22 +02:00

8 lines
255 B
TypeScript

import 'typings-global';
import * as lodash from 'lodash';
import * as path from 'path';
import * as smartfile from 'smartfile';
import * as smarthbs from 'smarthbs';
import * as smartq from 'smartq';
export { lodash, path, smartfile, smarthbs, smartq };