UNPKG

@bufbuild/cel

Version:

A CEL evaluator for ECMAScript

7 lines (6 loc) 360 B
import { type FuncRegistry } from "../func.js"; export declare function isOverflowInt(val: bigint): boolean; export declare function isOverflowIntNum(val: number): boolean; export declare function isOverflowUint(val: bigint): boolean; export declare function isOverflowUintNum(val: number): boolean; export declare function addMath(funcs: FuncRegistry): void;