UNPKG

create-octoflare

Version:

🌤️ A CLI for creating new Octoflare projects

3 lines (2 loc) 147 B
import { Params } from '../../../types/Params.js'; export declare const replaceCopy: (src: string, dist: string, params: Params) => Promise<void>;