2026-05-31 13:54:31 +02:00

5 lines
161 B
TypeScript

/**
* Resolve path to package
*/
declare function resolvePathAsync(packageName: string, cwd: string): Promise<string | undefined>;
export { resolvePathAsync };