UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 193 B
import type { RollupJsonOptions } from "@rollup/plugin-json"; import type { Plugin } from "rollup"; declare const JSONPlugin: (options: RollupJsonOptions) => Plugin; export default JSONPlugin;