UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 246 B
import type { Plugin } from "rollup"; import type { RollupPlugins } from "../../types.d.cts"; declare const sortUserPlugins: (plugins: RollupPlugins | undefined, type: "build" | "dts") => [Plugin[], Plugin[], Plugin[]]; export = sortUserPlugins;