UNPKG

prebundle

Version:

Prebundle Node.js dependencies, output a single js file, a package.json file and the dts files.

3 lines (2 loc) 88 B
export declare function run(): Promise<void>; export type { Config } from './types.js';