UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 240 B
import type { ModuleInfo, PluginContext } from "rollup"; import type { ParsedExportInfo } from "./types.d.ts"; declare const parseExports: (context: PluginContext, module_: ModuleInfo) => Generator<ParsedExportInfo>; export = parseExports;