UNPKG

docimax

Version:

docimax common query client condition helper libary.

9 lines (8 loc) 285 B
"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 = {}));