UNPKG

@visulima/packem

Version:

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

5 lines (3 loc) 134 B
import type { BuildContext } from "../../types.d.cts"; declare const validator: (context: BuildContext) => void; export = validator;