UNPKG
fql-toolkit
Version:
latest (4.5.0)
4.5.0
4.4.1
4.4.0
4.3.0
4.2.6
4.2.5
4.2.3
4.2.2
4.2.1
4.2.0
3.3.6
3.3.4
3.3.3
3.3.2
3.3.1
3.1.1
3.1.0
2.10.1
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.2.0
2.1.0
1.1.4
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Fql Toolkit
github.com/altmoket/fql-toolkit
altmoket/fql-toolkit
fql-toolkit
/
src
/
constants.js
4 lines
(2 loc)
•
168 B
JavaScript
View Raw
1
2
3
4
export
const
FQL_VALID_TYPES = [
"text"
,
"number"
,
"boolean"
,
"password"
,
"email"
,
"date"
,
"reference"
]
export
const
FQL_DURING_EVENTS = [
"create"
,
"remove"
,
"modify"
]