UNPKG

build-scripts

Version:
4 lines (3 loc) 183 B
import type { PluginList } from '../types.js'; declare const checkPluginValue: (plugins: PluginList<any, import("../types.js").EmptyObject>) => void; export default checkPluginValue;