UNPKG
tstype-schema
Version:
latest (1.1.0)
1.1.0
1.0.0
TSType schema declarations
github.com/k8w/tstype
k8w/tstype-schema
tstype-schema
/
src
/
extraTypes
/
index.js
6 lines
(5 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
require
(
"./Omit"
);
require
(
"./Overwrite"
);
require
(
"./ScalarValueTypes"
);