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