UNPKG

162 BTypeScriptView Raw
1export declare function pkgDir(fp?: string): Promise<string | undefined>;
2export declare namespace pkgDir {
3 function sync(fp?: string): string | undefined;
4}