UNPKG

prebundle

Version:

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

9 lines (8 loc) 264 B
export declare const DIST_DIR = "compiled"; export declare const DEFAULT_EXTERNALS: { './package.json': string; '../package.json': string; '../../package.json': string; }; export declare const NODE_BUILTINS: string[]; export declare const cwd: string;