UNPKG

123 BTypeScriptView Raw
1export declare function skypin(dependency: string, options: {
2 pin: boolean;
3 min: boolean;
4}): Promise<string>;