UNPKG

311 BTypeScriptView Raw
1/**
2 * Helper function for returning a copy destination filename
3 *
4 * @description used in `assets-manager.ts` (copy from `copyfiles`)
5 * @see https://github.com/calvinmetcalf/copyfiles/blob/master/index.js#L22
6 */
7export declare function copyPathResolve(filePath: string, outDir: string, up: number): string;