11 lines
172 B
TypeScript
11 lines
172 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
|
|
}
|