Backend half
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user