UNPKG
decode-it
Version:
latest (1.2.11)
1.2.11
1.2.10
1.2.9
1.2.8
0.1.7
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
a simple zero-dependency type safe json decoder for typescript
decode-it
/
dist
/
validators
/
Validator.js
4 lines
•
145 B
JavaScript
View Raw
1
2
3
4
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
require
(
"./ValidationResult"
);
//# sourceMappingURL=Validator.js.map