UNPKG
@bufbuild/cel
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
0.0.1
A CEL evaluator for ECMAScript
github.com/bufbuild/cel-es
bufbuild/cel-es
@bufbuild/cel
/
dist
/
esm
/
std
/
logic.d.ts
4 lines
(3 loc)
•
179 B
TypeScript
View Raw
1
2
3
4
import
{
type
FuncRegistry
}
from
"../func.js"
;
export
declare
function
matchesString
(
x
:
string
,
y
:
string
):
boolean
;
export
declare
function
addLogic
(
funcs
:
FuncRegistry
):
void
;