UNPKG

@visulima/packem

Version:

A fast and modern bundler for Node.js and TypeScript.

4 lines (3 loc) 195 B
import type { BuildContext } from "../../types.d.ts"; declare const builder: (context: BuildContext, cachePath: string | undefined, _: never, logged: boolean) => Promise<void>; export = builder;