UNPKG
@hkbyte/validator
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Package for JSON Schema Validations and Parsing
github.com/hkbyte/npm-validator
hkbyte/npm-validator
@hkbyte/validator
/
lib
/
base.js
7 lines
(6 loc)
•
158 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
TypeBase
=
void
0
;
class
TypeBase
{ }
exports
.
TypeBase
=
TypeBase
;