UNPKG

@tsbb/core

Version:

TSBB is a zero-config CLI that helps you develop, test, and publish modern TypeScript project.

7 lines (6 loc) 163 B
export interface CopyOption { entry?: string[]; output?: string; watch?: boolean; } export declare function copy(options?: CopyOption): Promise<void>;