UNPKG

next-sitemap

Version:
4 lines (3 loc) 239 B
export declare const escapeStringRegexp: (text: string) => string; export declare const matcher: <T>(inputs: T[], patterns: T[], options?: {}) => T[]; export declare const isMatch: <T>(inputs: T[], patterns: T[], options?: {}) => boolean;