DefinitelyTyped/types/app-module-path/app-module-path-tests.ts
2018-11-16 13:06:49 -08:00

8 lines
131 B
TypeScript

import { addPath, enableForDir, removePath } from 'app-module-path';
addPath('/tmp');
enableForDir('/tmp');
removePath('/tmp');