Files
parsshop-back/node_modules/app-root-path/index.d.ts
2026-03-26 12:25:46 +03:00

9 lines
308 B
TypeScript

declare namespace appRootPath {
export function resolve(pathToModule: string): string
export function require(pathToModule: string): ReturnType<NodeRequire>
export function toString(): string
export function setPath(explicitlySetPath: string): void
export const path: string
}
export = appRootPath