UNPKG

@tsbb/core

Version:

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

8 lines (7 loc) 315 B
import { type CopyFilesOptions } from '@tsbb/typescript'; /** * Used to monitor file changes and copy related files, such as: xx.jpg * @param entry ['/path/to/main.ts', '/path/to/demo/'] * @param options */ export declare const watcherCopyFiles: (entry?: string[], options?: CopyFilesOptions) => Promise<void>;