UNPKG

@surface/path-matcher

Version:

Provides path matching capabilities.

5 lines (4 loc) 207 B
import { type Options } from "./internal/parser.js"; import PathMatcher, { type ResolvedPattern } from "./internal/path-matcher.js"; export type { Options, ResolvedPattern }; export default PathMatcher;