UNPKG
docimax
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
docimax common query client condition helper libary.
docimax
/
dist
/
enum.js
9 lines
(8 loc)
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
var
InputType
; (
function
(
InputType
) {
InputType
[
"string"
] =
"str"
;
InputType
[
"date"
] =
"time"
;
InputType
[
"number"
] =
"num"
; })(
InputType
=
exports
.
InputType
|| (
exports
.
InputType
= {}));