Comparing version 2.0.0-beta.5 to 2.0.0-beta.6
@@ -50,3 +50,4 @@ export { hasLength } from './predicates/hasLength'; | ||
export { isUndefined } from './predicates/isUndefined'; | ||
export { isValidDate } from './predicates/isValidDate'; | ||
export { isWeakMap } from './predicates/isWeakMap'; | ||
export { isWithLength } from './predicates/isWithLength'; |
@@ -50,4 +50,5 @@ export { hasLength } from './predicates/hasLength'; | ||
export { isUndefined } from './predicates/isUndefined'; | ||
export { isValidDate } from './predicates/isValidDate'; | ||
export { isWeakMap } from './predicates/isWeakMap'; | ||
export { isWithLength } from './predicates/isWithLength'; | ||
//# sourceMappingURL=predicates.js.map |
@@ -50,3 +50,4 @@ export { hasLength } from './predicates/hasLength'; | ||
export { isUndefined } from './predicates/isUndefined'; | ||
export { isValidDate } from './predicates/isValidDate'; | ||
export { isWeakMap } from './predicates/isWeakMap'; | ||
export { isWithLength } from './predicates/isWithLength'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.isWeakMap = exports.isUndefined = exports.isUint32 = exports.isUint16 = exports.isUint8 = exports.isUint = exports.isTrue = exports.isSymbol = exports.isString = exports.isSome = exports.isSet = exports.isSerializablePrimitive = exports.isSerializableObject = exports.isSerializableNumber = exports.isSerializableArray = exports.isSerializable = exports.isRegExp = exports.isPrimitive = exports.isPositive = exports.isPlainObject = exports.isObjectLike = exports.isObject = exports.isNumber = exports.isNull = exports.isNone = exports.isNever = exports.isNegative = exports.isMap = exports.isLength = exports.isInt32 = exports.isInt16 = exports.isInt8 = exports.isInt = exports.isFunction = exports.isFalse = exports.isEmptyString = exports.isEmptySet = exports.isEmptyPrimitive = exports.isEmptyObject = exports.isEmptyMap = exports.isEmptyArray = exports.isEmpty = exports.isDictionary = exports.isDate = exports.isBoolean = exports.isBigInt = exports.isArrayLike = exports.isArray = exports.isAny = exports.hasLength = void 0; | ||
exports.isWithLength = void 0; | ||
exports.isValidDate = exports.isUndefined = exports.isUint32 = exports.isUint16 = exports.isUint8 = exports.isUint = exports.isTrue = exports.isSymbol = exports.isString = exports.isSome = exports.isSet = exports.isSerializablePrimitive = exports.isSerializableObject = exports.isSerializableNumber = exports.isSerializableArray = exports.isSerializable = exports.isRegExp = exports.isPrimitive = exports.isPositive = exports.isPlainObject = exports.isObjectLike = exports.isObject = exports.isNumber = exports.isNull = exports.isNone = exports.isNever = exports.isNegative = exports.isMap = exports.isLength = exports.isInt32 = exports.isInt16 = exports.isInt8 = exports.isInt = exports.isFunction = exports.isFalse = exports.isEmptyString = exports.isEmptySet = exports.isEmptyPrimitive = exports.isEmptyObject = exports.isEmptyMap = exports.isEmptyArray = exports.isEmpty = exports.isDictionary = exports.isDate = exports.isBoolean = exports.isBigInt = exports.isArrayLike = exports.isArray = exports.isAny = exports.hasLength = void 0; | ||
exports.isWithLength = exports.isWeakMap = void 0; | ||
var hasLength_1 = require("./predicates/hasLength"); | ||
@@ -103,2 +103,4 @@ Object.defineProperty(exports, "hasLength", { enumerable: true, get: function () { return hasLength_1.hasLength; } }); | ||
Object.defineProperty(exports, "isUndefined", { enumerable: true, get: function () { return isUndefined_1.isUndefined; } }); | ||
var isValidDate_1 = require("./predicates/isValidDate"); | ||
Object.defineProperty(exports, "isValidDate", { enumerable: true, get: function () { return isValidDate_1.isValidDate; } }); | ||
var isWeakMap_1 = require("./predicates/isWeakMap"); | ||
@@ -105,0 +107,0 @@ Object.defineProperty(exports, "isWeakMap", { enumerable: true, get: function () { return isWeakMap_1.isWeakMap; } }); |
{ | ||
"name": "isntnt", | ||
"version": "2.0.0-beta.5", | ||
"version": "2.0.0-beta.6", | ||
"description": "A collection of composable JavaScript runtime type predicates with TypeScript type guard declarations", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -50,3 +50,4 @@ export { hasLength } from './predicates/hasLength' | ||
export { isUndefined } from './predicates/isUndefined' | ||
export { isValidDate } from './predicates/isValidDate' | ||
export { isWeakMap } from './predicates/isWeakMap' | ||
export { isWithLength } from './predicates/isWithLength' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
299788
4830