Repository URL to install this package:
Version:
6.0.0-beta.8 ▾
|
/* @NOTE side-effect-only file @MUTATES */
// const exported = require('../exportsMiddleman')
// is.isBoolean = is.isBooleanLike
// is.isFloat = is.isNumberishWithDecimals
// cast.toBoolean = cast.fromIshToBoolean
// cast.toFloat = cast.toNumber
// // cast.toFloat = cast.toFixedDigits(2)
// // @TODO this out of commented out chain-able for now because casting in there avoids config-style casts
// // though it could default, it is a weird api to default a 2-arg thing where digits is first...
// cast.toSize = exported.size
// // cast.toPreAllocatedArray = exported.preAllocate
// var getProtoConstructor = x =>
// is.isNil(x) ? null : Object.getPrototypeOf(x).constructor
// cast.getProtoConstructor = getProtoConstructor
//# sourceMappingURL=RENAME_CAST_IS.js.map