UNPKG

@bufbuild/protovalidate

Version:

Protocol Buffer Validation for ECMAScript

4 lines (3 loc) 206 B
import { type CelFunc } from "@bufbuild/cel"; export type RegexMatcher = (pattern: string, against: string) => boolean; export declare function createCustomFuncions(regexMatcher?: RegexMatcher): CelFunc[];