UNPKG

@visulima/packem

Version:

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

5 lines (4 loc) 190 B
import type { Message } from "esbuild"; import type { PluginContext } from "rollup"; declare const warn: (pluginContext: PluginContext, messages: Message[]) => Promise<void>; export = warn;