Skip to content

Commit

Permalink
Create index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
douira authored Sep 16, 2021
1 parent 54d06fe commit fc2949b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declare namespace appRootPath {
export function resolve(pathToModule: string): string
export function require(pathToModule: string): any
export function toString(): string
export function setPath(explicitlySetPath: string): void
export const path: string
}
export = appRootPath

0 comments on commit fc2949b

Please sign in to comment.