UNPKG

@sp-packages/copyrc

Version:

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

3 lines (2 loc) 119 B
import { Config } from "../types/config.js"; export declare function readConfig(configPath?: string): Promise<Config>;