# Installation
> `npm install --save @types/app-module-path`

# Summary
This package contains type definitions for app-module-path (https://github.com/patrick-steele-idem/app-module-path-node).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/app-module-path.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/app-module-path/index.d.ts)
````ts
export function addPath(path: string, parent?: any): void;

export function enableForDir(dir: string): void;

export function removePath(path: string): void;

````

### Additional Details
 * Last updated: Mon, 06 Nov 2023 22:41:04 GMT
 * Dependencies: none

# Credits
These definitions were written by [Timur Manyanov](https://github.com/darkwebdev).
