{"_id":"@annexe/number.isfloat","_rev":"1-5c3f657bf8e98ccb147fad9e52937f63","name":"@annexe/number.isfloat","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.1":{"name":"@annexe/number.isfloat","version":"0.1.1","description":"A Typescript utility function to assert whether a value is a float number type.","keywords":["float","number","utilities","util"],"author":{"name":"Julian Low"},"license":"MIT","sideEffects":false,"main":"dist/number.isfloat.cjs.js","module":"dist/number.isfloat.esm.js","src":"src/index.ts","types":"dist/src/index.d.ts","directories":{"src":"src","test":"__tests__"},"publishConfig":{"access":"public"},"repository":{"type":"git","url":"git+https://github.com/heyjul3s/annexe.git"},"scripts":{"test":"echo \"Error: run tests from root\" && exit 1","build":"rimraf dist && bundler"},"bugs":{"url":"https://github.com/heyjul3s/annexe/issues"},"homepage":"https://github.com/heyjul3s/annexe#readme","devDependencies":{"@annexe/bundler":"^0.1.1"},"dependencies":{"@annexe/number.isnumber":"^0.1.2"},"_id":"@annexe/number.isfloat@0.1.1","_nodeVersion":"12.22.1","_npmVersion":"6.14.12","dist":{"integrity":"sha512-vnx3heB+DL6NKErZCj40wYKChoYdMx8VaIdimnUcBwA18IkjckEhCncbnVTOz1iC6VCHhHbLArXaCIKRh7wcTg==","shasum":"4e6e67e064c679dd78d50d458be38a55d791e128","tarball":"https://registry.npmjs.org/@annexe/number.isfloat/-/number.isfloat-0.1.1.tgz","fileCount":14,"unpackedSize":6798,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgf+IuCRA9TVsSAnZWagAA+dcP/R58o73vh+cHezaTFywj\njvrjngavsjQ9OX7SV2yHo2KvZMC8HolCEIJ+wlQ+tlf9DNYjD2vr0Ji9EanV\nBCLPjL6HgJKQfuD7WH9L4RUkFqaoVP+Abtt5FLfALwM2TlqrMJcA+5OBqMzY\nA9VaogN0+qFL+yCvHQjAAC00yjxjYmSDO215vynC1TbfdtLwA9kUwK8OaLrj\nFy+RVvSCbE02nfrIVoQewnX9PPvdHfBNmJKKcFMDAp28LcvMWWB3SzuOf/dz\n7C2zBOrqg41/mBr/aEks8qq72cRV46x5DRcmcbHcMcgPuafLIrgb1elINxpb\nJ2ZX8SenoflYcmVEDQFEmhM4po9HPj3u97mVvkakNlNLFu5pcQ3tzc2js0GQ\n3pAInrUhanaWv+RQVnQ5KmnqC2IwviByooIUbvh9SHJVB1uooDVI20KJ1ZKz\nHGcpEANEX3ck1dnD9FbJ9fCbest4MHkp4l6JyqYn+nMbCqKvjFHi0qynsfCn\n9/Rj0G4yhP1FjNHrOCINmlsZILxZGgd+clElHEMzWvK3Om6OST1r3rEp968Y\n+X1yBpzTQ432iDnUg9r83eaESSb0bWH1R9I8Yy8cjpz4ZL1W37gEpG8vFlWN\nM23z2PcNUkFEeCIDfdARYaPj3iUjiKzfByJGlD8le755kguVCMkjHjmYuuS/\nkA9Z\r\n=bSfV\r\n-----END PGP SIGNATURE-----\r\n","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIEKTvA8PbLW/VnbYexGqgdZlWy1quMj8CEyoBC7e+gRMAiB11ZltZ95QAe0I9g4ul31qJSh9qe9WvtORm5VMtc34GQ=="}]},"_npmUser":{"name":"heyjules","email":"julian.cy.low@gmail.com"},"maintainers":[{"name":"heyjules","email":"julian.cy.low@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/number.isfloat_0.1.1_1618993709787_0.06366430156819836"},"_hasShrinkwrap":false}},"time":{"created":"2021-04-21T08:28:29.475Z","0.1.1":"2021-04-21T08:28:29.974Z","modified":"2022-04-04T14:14:12.729Z"},"maintainers":[{"name":"heyjules","email":"julian.cy.low@gmail.com"}],"description":"A Typescript utility function to assert whether a value is a float number type.","homepage":"https://github.com/heyjul3s/annexe#readme","keywords":["float","number","utilities","util"],"repository":{"type":"git","url":"git+https://github.com/heyjul3s/annexe.git"},"author":{"name":"Julian Low"},"bugs":{"url":"https://github.com/heyjul3s/annexe/issues"},"license":"MIT","readme":"# `@annexe/isfloat`\n\nA Typescript utility function to assert whether a value is a float number type.\n\n## Installation\n\nTo install @annexe/isfloat:\n\n### Yarn\n\n```sh\nyarn add @annexe/isfloat\n```\n\n### NPM\n\n```sh\nnpm install @annexe/isfloat\n```\n\n## Usage\n\n```ts\nimport { isFloat } from '@annexe/isfloat';\n\nconsole.log(isFloat(123)); // logs FALSE\nconsole.log(isFloat(3.142)); // logs TRUE\n```\n","readmeFilename":"README.md"}