We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e868e55 + 5296e8d commit 506c98dCopy full SHA for 506c98d
index.d.ts
@@ -0,0 +1,8 @@
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
0 commit comments