We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d06fe commit fc2949bCopy full SHA for fc2949b
1 file changed
index.d.ts
@@ -0,0 +1,8 @@
1
+declare namespace appRootPath {
2
+ export function resolve(pathToModule: string): string
3
+ export function require(pathToModule: string): any
4
+ export function toString(): string
5
+ export function setPath(explicitlySetPath: string): void
6
+ export const path: string
7
+}
8
+export = appRootPath
0 commit comments