UNPKG

@reliverse/rematch

Version:

@reliverse/rematch is a high-performance minimal glob matcher, with micromatch-level power, zepto-level size, and reliverse-grade dx.

5 lines (4 loc) 161 B
import type { RematchAPI } from "./rematch.js"; export type RematchOptions = Record<string, unknown>; declare const rematch: RematchAPI; export default rematch;