UNPKG

156 BTypeScriptView Raw
1/**
2 * Handle an individual package on the path - update the dependency.
3 */
4export declare function handlePackage(packagePath: string): Promise<string[]>;