Files
DefinitelyTyped/types/app-module-path/app-module-path-tests.ts

8 lines
131 B
TypeScript

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