{"id":23877711,"url":"https://github.com/v-checha/is-number","last_synced_at":"2026-05-15T11:34:10.080Z","repository":{"id":225789506,"uuid":"766852649","full_name":"v-checha/is-number","owner":"v-checha","description":"This package is a simple utility to check if a value is a number.  Repository","archived":false,"fork":false,"pushed_at":"2024-03-04T09:23:20.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-19T13:09:55.448Z","etag":null,"topics":["deno","denoland","isnumber"],"latest_commit_sha":null,"homepage":"https://www.nodeteam.onix-systems.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/v-checha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2024-03-04T08:51:04.000Z","updated_at":"2024-03-04T09:24:25.000Z","dependencies_parsed_at":"2024-03-04T10:54:51.812Z","dependency_job_id":null,"html_url":"https://github.com/v-checha/is-number","commit_stats":null,"previous_names":["nodeteamdev/is-number"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-checha%2Fis-number","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-checha%2Fis-number/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-checha%2Fis-number/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v-checha%2Fis-number/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v-checha","download_url":"https://codeload.github.com/v-checha/is-number/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240241795,"owners_count":19770463,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deno","denoland","isnumber"],"created_at":"2025-01-03T20:17:14.572Z","updated_at":"2026-05-15T11:34:05.022Z","avatar_url":"https://github.com/v-checha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-number\n\n\u003e Returns true if the value is a number. comprehensive tests.\n\n# Example\n\n```js\nisNumber(5e3); //=\u003e true\nisNumber(0xff); //=\u003e true\nisNumber(-1); //=\u003e true\nisNumber(0); //=\u003e true\nisNumber(1.337); //=\u003e true\nisNumber(-1.337); //=\u003e true\nisNumber(1e-8); //=\u003e true\nisNumber(1e-80); //=\u003e true\nisNumber(0.1); //=\u003e true\nisNumber(-0.1); //=\u003e true\n```\n\n```js\nisNumber('1.1.1') //=\u003e false\nisNumber('1a') //=\u003e false\nisNumber('a') //=\u003e false\nisNumber('') //=\u003e false\nisNumber(null) //=\u003e false\nisNumber(undefined) //=\u003e false\nisNumber([]) //=\u003e false\nisNumber({}) //=\u003e false\nisNumber(NaN) //=\u003e false\nisNumber(Infinity) //=\u003e false\nisNumber(-Infinity) //=\u003e false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-checha%2Fis-number","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv-checha%2Fis-number","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv-checha%2Fis-number/lists"}