File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ import NumericLiteralType from './types/NumericLiteralType'
15
15
import ObjectType from './types/ObjectType'
16
16
import ObjectTypeProperty from './types/ObjectTypeProperty'
17
17
import oneOf from './oneOf'
18
+ import PrimitiveLiteralType from './types/PrimitiveLiteralType'
18
19
import RecordType from './types/RecordType'
19
20
import RuntimeTypeError from './errorReporting/RuntimeTypeError'
20
21
import RuntimeTypeErrorItem from './errorReporting/RuntimeTypeErrorItem'
@@ -47,6 +48,7 @@ export {
47
48
ObjectType,
48
49
ObjectTypeProperty,
49
50
oneOf,
51
+ PrimitiveLiteralType,
50
52
RecordType,
51
53
RuntimeTypeError,
52
54
RuntimeTypeErrorItem,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import NumericLiteralType from './types/NumericLiteralType'
13
13
import ObjectType from './types/ObjectType'
14
14
import ObjectTypeProperty from './types/ObjectTypeProperty'
15
15
import oneOf from './oneOf'
16
+ import PrimitiveLiteralType from './types/PrimitiveLiteralType'
16
17
import RecordType from './types/RecordType'
17
18
import RuntimeTypeError from './errorReporting/RuntimeTypeError'
18
19
import RuntimeTypeErrorItem from './errorReporting/RuntimeTypeErrorItem'
@@ -45,6 +46,7 @@ export {
45
46
ObjectType ,
46
47
ObjectTypeProperty ,
47
48
oneOf ,
49
+ PrimitiveLiteralType ,
48
50
RecordType ,
49
51
RuntimeTypeError ,
50
52
RuntimeTypeErrorItem ,
You can’t perform that action at this time.
0 commit comments