UNPKG
jexl-functions-fork
Version:
latest (2.0.7)
2.0.7
Package with available JEXL functions
github.com/digifi-io/jexl-functions
digifi-io/jexl-functions
jexl-functions-fork
/
lib
/
types
/
index.d.ts
2 lines
(1 loc)
•
81 B
TypeScript
View Raw
1
2
export
declare
type
NotEmptyValue
=
string
|
boolean
|
number
|
object
|
Symbol
;