UNPKG

@selfage/bundler_cli

Version:

CLI for bundling and running bundled frontend or backend TypeScript files.

3 lines (2 loc) 230 B
import { CommonBundleOptions } from "./bundler"; export declare function runInPuppeteer(sourceFile: string, baseDir?: string, port?: number, headless?: boolean, options?: CommonBundleOptions, args?: Array<string>): Promise<void>;