Comparing version 0.1.25 to 0.1.26
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.null = exports.undefined = exports.unknown = exports.union = exports.array = exports.Type = exports.tuple = exports.Transformer = exports.string = exports.record = exports.object = exports.number = exports.named = exports.lazy = exports.intersection = exports.function = exports.fromIs = exports.Flaw = exports.boolean = exports.any = void 0; | ||
exports.null = exports.undefined = exports.unknown = exports.union = exports.array = exports.Type = exports.tuple = exports.Transformer = exports.string = exports.record = exports.object = exports.number = exports.named = exports.lazy = exports.intersection = exports.instanceOf = exports.function = exports.fromIs = exports.Flaw = exports.boolean = exports.arrayBufferView = exports.arrayBufferLike = exports.any = void 0; | ||
var any_1 = require("./any"); | ||
Object.defineProperty(exports, "any", { enumerable: true, get: function () { return any_1.any; } }); | ||
var arrayBufferLike_1 = require("./arrayBufferLike"); | ||
Object.defineProperty(exports, "arrayBufferLike", { enumerable: true, get: function () { return arrayBufferLike_1.arrayBufferLike; } }); | ||
var arrayBufferView_1 = require("./arrayBufferView"); | ||
Object.defineProperty(exports, "arrayBufferView", { enumerable: true, get: function () { return arrayBufferView_1.arrayBufferView; } }); | ||
var boolean_1 = require("./boolean"); | ||
@@ -14,2 +18,4 @@ Object.defineProperty(exports, "boolean", { enumerable: true, get: function () { return boolean_1.boolean; } }); | ||
Object.defineProperty(exports, "function", { enumerable: true, get: function () { return function_1.islyFunction; } }); | ||
var instanceOf_1 = require("./instanceOf"); | ||
Object.defineProperty(exports, "instanceOf", { enumerable: true, get: function () { return instanceOf_1.instanceOf; } }); | ||
var intersection_1 = require("./intersection"); | ||
@@ -16,0 +22,0 @@ Object.defineProperty(exports, "intersection", { enumerable: true, get: function () { return intersection_1.intersection; } }); |
export { any } from "./any"; | ||
export { arrayBufferLike } from "./arrayBufferLike"; | ||
export { arrayBufferView } from "./arrayBufferView"; | ||
export { boolean } from "./boolean"; | ||
@@ -6,2 +8,3 @@ export { Flaw } from "./Flaw"; | ||
export { islyFunction as function } from "./function"; | ||
export { instanceOf } from "./instanceOf"; | ||
export { intersection } from "./intersection"; | ||
@@ -8,0 +11,0 @@ export { lazy } from "./lazy"; |
export { any } from "./any"; | ||
export { arrayBufferLike } from "./arrayBufferLike"; | ||
export { arrayBufferView } from "./arrayBufferView"; | ||
export { boolean } from "./boolean"; | ||
@@ -6,2 +8,3 @@ export { Flaw } from "./Flaw"; | ||
export { islyFunction as function } from "./function"; | ||
export { instanceOf } from "./instanceOf"; | ||
export { intersection } from "./intersection"; | ||
@@ -8,0 +11,0 @@ export { lazy } from "./lazy"; |
export { any } from "./any" | ||
export { arrayBufferLike } from "./arrayBufferLike" | ||
export { arrayBufferView } from "./arrayBufferView" | ||
export { boolean } from "./boolean" | ||
@@ -6,2 +8,3 @@ export { Flaw } from "./Flaw" | ||
export { islyFunction as function } from "./function" | ||
export { instanceOf } from "./instanceOf" | ||
export { intersection } from "./intersection" | ||
@@ -8,0 +11,0 @@ export { lazy } from "./lazy" |
{ | ||
"name": "isly", | ||
"version": "0.1.25", | ||
"version": "0.1.26", | ||
"description": "Library for type checking.", | ||
@@ -5,0 +5,0 @@ "author": "Utily Contributors", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
187130
160
2985
0