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
/
cjs
/
ext
/
strings
/
strings.d.ts
5 lines
(4 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
/** * Provides the strings extension - CEL functions for string manipulation. */
export
declare
const
STRINGS_EXT_FUNCS
:
import
(
"../../func.js"
).
CelFunc
[];