UNPKG

copy-template-dir-ts

Version:
4 lines (2 loc) 147 B
declare function copyTemplateDir(srcDir: string, outDir: string, vars?: Record<string, string>): string[]; export { copyTemplateDir as default };