UNPKG

@nestjs/cli

Version:

Nest - modern, fast, powerful node.js web framework (@cli)

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