7 lines
225 B
TypeScript
7 lines
225 B
TypeScript
import 'typings-global';
|
|
import * as path from 'path';
|
|
import * as smartfile from 'smartfile';
|
|
import * as smartstring from 'smartstring';
|
|
import * as shelljs from 'shelljs';
|
|
export { path, smartfile, smartstring, shelljs };
|