UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 171 B
import type { BuildContext } from "../types.d.mts"; declare const validateBundleSize: (context: BuildContext, logged: boolean) => void; export default validateBundleSize;