Files
ServiceManager/frontend/node_modules/date-fns/fp/isMatchWithOptions.d.mts
2026-01-01 17:40:53 +01:00

7 lines
156 B
TypeScript

export declare const isMatchWithOptions: import("./types.js").FPFn3<
boolean,
import("../isMatch.js").IsMatchOptions | undefined,
string,
string
>;