Skip to content

Commit fc2949b

Browse files
authored
Create index.d.ts
1 parent 54d06fe commit fc2949b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)