initial commit - far from runnable
This commit is contained in:
commit
db057ce342
8614 changed files with 1032171 additions and 0 deletions
8
node_modules/app-root-path/index.d.ts
generated
vendored
Normal file
8
node_modules/app-root-path/index.d.ts
generated
vendored
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue