+5
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Resolve path to package
|
||||
*/
|
||||
declare function resolvePathAsync(packageName: string, cwd: string): Promise<string | undefined>;
|
||||
export { resolvePathAsync };
|
||||
Reference in New Issue
Block a user