Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-lego / dist / RENAME_CAST_IS.js
Size: Mime:
/* @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