UNPKG

@sp-packages/copyrc

Version:

A lightweight CLI tool to automate copying template files during project setup or runtime.

2 lines (1 loc) 88 B
export declare function copyTemplateFile(source: string, destination: string): boolean;