UNPKG

@bufbuild/cel

Version:

A CEL evaluator for ECMAScript

6 lines (5 loc) 244 B
import { createRegistry } from "@bufbuild/protobuf"; /** * Creates a new registry with CEL supported WKTs. */ export declare function createRegistryWithWKT(...inputs: Parameters<typeof createRegistry>): import("@bufbuild/protobuf").Registry;