UNPKG

@visulima/packem

Version:

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

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