UNPKG

st-cp

Version:

CLI tool for platform independent, recursive copying of files and folders.

5 lines (4 loc) 78 B
export interface IDestination { path: string; isDirectory: boolean; }