5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import 'typings-global';
|
|
import * as smartq from 'smartq';
|
|
import * as lodash from 'lodash';
|
|
export { smartq, lodash };
|