UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

9 lines 364 B
import type { CopyPattern } from '../types/copy'; import type { BaseBuildConfig } from '../types/config'; export declare const runPatterns: (pattern: CopyPattern, options: { appDirectory: string; enableCopySync?: boolean; }) => Promise<void>; export declare const copyTask: (buildConfig: BaseBuildConfig, options: { appDirectory: string; }) => Promise<void>;