mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
12 lines
435 B
TypeScript
12 lines
435 B
TypeScript
// Type definitions for app-module-path 2.2
|
|
// Project: https://github.com/patrick-steele-idem/app-module-path-node
|
|
// Definitions by: Timur Manyanov <https://github.com/darkwebdev>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.6
|
|
|
|
export function addPath(path: string, parent?: any): void;
|
|
|
|
export function enableForDir(dir: string): void;
|
|
|
|
export function removePath(path: string): void;
|