UNPKG

@sp-packages/copyrc

Version:

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

3 lines (2 loc) 99 B
import { Config } from "../types/config.js"; export declare function copyrc(config: Config): void;