UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 142 B
import type { RollupError } from "rollup"; declare const enhanceRollupError: (error: RollupError) => void; export default enhanceRollupError;