UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 123 B
import type { PluginCreator } from "postcss"; declare const noopPlugin: PluginCreator<unknown>; export default noopPlugin;