1.0.0 • Published 21 days ago

@crabas0npm/aperiam-culpa-hic v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
21 days ago

Number.isInteger Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

An ESnext spec-compliant Number.isInteger shim/polyfill/replacement that works as far down as ES3.

This package implements the es-shim API interface. It works in an ES3-supported environment and complies with the spec.

Getting started

npm install --save @crabas0npm/aperiam-culpa-hic

Usage/Examples

console.log(Number.isInteger(-3)); // true
console.log(Number.isInteger(2 ** 54)); // true
console.log(Number.isInteger(2.3)); // false
console.log(Number.isInteger(Infinity)); // false
console.log(Number.isInteger("7")); // false

Tests

Clone the repo, npm install, and run npm test

rateperformantdeterministicECMAScript 2017testassertionjsonpathObservablelanguageartwalkingclassnamesfunctionstylingjwtquotebatchutilitynumbertrimRighthooks256es7functionsWeakSetsnsTypedArraystartutilECMAScript 2019yupECMAScript 7sesemitflagsymbolsObject.isYAMLtypeerrorsymbolES2020getPrototypeOfenvviewjshintcall-bindECMAScript 5dotenvexecutablebcryptES6electronforEachloadbalancingStyleSheetcheckES2016ajaxmkdirsownworkspace:*regular expressionsgetintrinsicschemeArray.prototype.includesArrayBuffernamebootstrap cssnodemapreduceregularstylesheeterror-handlingObject.valuesponyfillfunctionalObjectArray.prototype.findLastIndexchaipipedependency managermimetypesweaksetqueueMicrotaskoptimizerformJSONglobalshasOwninternalcjksettingstextECMAScript 2018endervpcshrinkwrapstreams2postcssstyled-componentsSetformathttpscolorSymboltypesafewatchFileflattenkeysreact-hooksmime-dboptimistarraysloggerarraybufferdeepdefinePropertyfast-cloneclifromcollection.es6protocol-buffersidfilterredux-toolkites2018typeofserializercss variablechineserouterless compilermobiletapWeakMapmkdirString.prototype.matchAllboundtoSortedwrapcloneelmstreamfpstoolsspawnparsercoerciblebeanstalkObject.assignquerydomgradients css3compileridentifiersreades6hashqsargumentstrimEndtsguidbrowserlistUint32Arraywaitwordbreakenvironmentsfullwidthworkerpatchfull-widthconfigESnextwgetkeycss lesslessapijsdomReactiveXsetterrapidtslibreact-hook-formbyteOffsetgroupByentriesargscompile lessmomentcommand-lineebsdeep-cloneObject.fromEntriesmatchAllrmdirbrowserflattypedarraysES2021trimLeftkarmaObservableskoreanserializationFunction.prototype.namerangeerrorlookhigher-orderfixed-widthec2uuidpropertiesinstallfastcopyRxnativefast-deep-cloneinferencelaunchswfjesterrores5iterateargparsepathrestfuldom-testing-libraryoffsetuninstallRFC-6455Streamunicode_.extendstructuredCloneschemadescriptorsisTypeBoxkinesispruneansidirectoryvisualJSON-SchemaString.prototype.trimlivepersistentstarterclass-validatorvariables in cssmovespecreal-timeglobalbytetapesomehasOwnPropertypositivecallbinddatastructureArray.prototype.flatMapIteratorreact-testing-librarymapconcurrencyObject.entriespyyamlroute53deepclonecolorspushfileECMAScript 2020spinnermimefindconsumepackageclassesInt8Arrayes-shim APIes2017Uint8ArrayhttpvalidyamlsameValueZeroObject.getPrototypeOfArray.prototype.flattenrdsiamdefinecloudwatchtimerecursiveBigInt64Array0statushardlinksajvprocessECMAScript 3safestableredactawssyntaxerrorterminalmodulesglacierflagsparentsbluebirdfastifyastemojittycsscolumnprogresssuperstructHyBies2016deleteasyncwritablevaluescachezodcorerobusttostringtaggetOwnPropertyDescriptor
1.0.0

21 days ago