UNPKG

declapract

Version:

A tool to declaratively define best practices, maintainable evolve them, and scalably enforce them.

5 lines (4 loc) 109 B
export declare const copyFileAsync: ({ from, to, }: { from: string; to: string; }) => Promise<void>;