mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
8 lines
131 B
TypeScript
8 lines
131 B
TypeScript
import { addPath, enableForDir, removePath } from 'app-module-path';
|
|
|
|
addPath('/tmp');
|
|
|
|
enableForDir('/tmp');
|
|
|
|
removePath('/tmp');
|