6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
|
import 'typings-global';
|
||
|
import * as sass from 'node-sass';
|
||
|
import * as smartfile from 'smartfile';
|
||
|
import * as smartq from 'smartq';
|
||
|
export { sass, smartfile, smartq };
|