8 lines
261 B
TypeScript
8 lines
261 B
TypeScript
import 'typings-global';
|
|
import * as handlebars from 'handlebars';
|
|
import * as lodash from 'lodash';
|
|
import * as path from 'path';
|
|
import * as smartfile from 'smartfile';
|
|
import * as smartq from 'smartq';
|
|
export { handlebars, lodash, path, smartfile, smartq };
|