5 lines
146 B
TypeScript
5 lines
146 B
TypeScript
import 'typings-global'
|
|
export let lodash = require('lodash')
|
|
export import path = require('path')
|
|
export import smartfile = require('smartfile')
|