UNPKG

prebundle

Version:
3 lines (2 loc) 156 B
import type { ParsedTask } from './types.js'; export declare function prebundle(task: ParsedTask, commonExternals?: Record<string, string>): Promise<void>;