UNPKG

@visulima/packem

Version:

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

4 lines (3 loc) 151 B
import type { Loader } from "../types.d.mts"; declare const matchFile: (file: string, condition: Loader["test"]) => boolean; export default matchFile;