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