Comparing version 0.0.2 to 0.0.3
export interface Flaw { | ||
property?: string; | ||
property?: string | number; | ||
type: string; | ||
@@ -4,0 +4,0 @@ flaws?: Flaw[]; |
@@ -6,4 +6,5 @@ import { Array, array } from "./Array"; | ||
import { String, string } from "./String"; | ||
import { Tuple, tuple } from "./Tuple"; | ||
import { Type } from "./Type"; | ||
import { Union, union } from "./Union"; | ||
export { Array, array, Flaw, Number, number, Object, object, String, string, Type, Union, union }; | ||
export { Array, array, Flaw, Number, number, Object, object, String, string, Tuple, tuple, Type, Union, union }; |
@@ -6,5 +6,6 @@ import { array } from "./Array"; | ||
import { string } from "./String"; | ||
import { tuple } from "./Tuple"; | ||
import { Type } from "./Type"; | ||
import { union } from "./Union"; | ||
export { array, Flaw, number, object, string, Type, union }; | ||
export { array, Flaw, number, object, string, tuple, Type, union }; | ||
//# sourceMappingURL=index.js.map |
export interface Flaw { | ||
property?: string | ||
property?: string | number | ||
type: string | ||
@@ -4,0 +4,0 @@ flaws?: Flaw[] |
@@ -6,5 +6,6 @@ import { Array, array } from "./Array" | ||
import { String, string } from "./String" | ||
import { Tuple, tuple } from "./Tuple" | ||
import { Type } from "./Type" | ||
import { Union, union } from "./Union" | ||
export { Array, array, Flaw, Number, number, Object, object, String, string, Type, Union, union } | ||
export { Array, array, Flaw, Number, number, Object, object, String, string, Tuple, tuple, Type, Union, union } |
{ | ||
"name": "isly", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Library for type checking.", | ||
@@ -5,0 +5,0 @@ "author": "Utily Contributors", |
Sorry, the diff of this file is not supported yet
32337
52
575