UNPKG

@visulima/packem

Version:

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

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