From fc2949b4b89a5ac259219ab18c797c867094edd2 Mon Sep 17 00:00:00 2001 From: douira Date: Thu, 16 Sep 2021 23:51:33 +0200 Subject: [PATCH] Create index.d.ts --- index.d.ts | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 index.d.ts diff --git a/index.d.ts b/index.d.ts new file mode 100644 index 0000000..890871b --- /dev/null +++ b/index.d.ts @@ -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