1 | declare namespace appRootPath {
|
2 | export function resolve(pathToModule: string): string
|
3 | export function require(pathToModule: string): ReturnType<NodeRequire>
|
4 | export function toString(): string
|
5 | export function setPath(explicitlySetPath: string): void
|
6 | export const path: string
|
7 | }
|
8 | export = appRootPath
|
9 |
|
\ | No newline at end of file |