5 lines
101 B
TypeScript
5 lines
101 B
TypeScript
import 'typings-global';
|
|
declare let home: any;
|
|
import * as path from 'path';
|
|
export { home, path };
|