{"id":17657627,"url":"https://github.com/hugoalh/is-numeric-integral-es","last_synced_at":"2026-03-15T02:16:02.886Z","repository":{"id":258061293,"uuid":"874099170","full_name":"hugoalh/is-numeric-integral-es","owner":"hugoalh","description":"An ECMAScript (JavaScript \u0026 TypeScript) module to determine whether the numeric is integral.","archived":false,"fork":false,"pushed_at":"2025-04-23T09:02:54.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-23T10:22:08.875Z","etag":null,"topics":["ecmascript","ecmascript-module","es","es-module","esm","esmodule","integral","is","javascript","js","numeric","ts","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugoalh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-10-17T08:52:05.000Z","updated_at":"2025-04-23T09:03:19.000Z","dependencies_parsed_at":"2025-03-11T03:40:55.628Z","dependency_job_id":null,"html_url":"https://github.com/hugoalh/is-numeric-integral-es","commit_stats":null,"previous_names":["hugoalh-studio/is-numeric-integral-es"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoalh%2Fis-numeric-integral-es","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoalh%2Fis-numeric-integral-es/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoalh%2Fis-numeric-integral-es/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugoalh%2Fis-numeric-integral-es/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugoalh","download_url":"https://codeload.github.com/hugoalh/is-numeric-integral-es/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252873938,"owners_count":21817708,"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":["ecmascript","ecmascript-module","es","es-module","esm","esmodule","integral","is","javascript","js","numeric","ts","typescript"],"created_at":"2024-10-23T14:42:16.505Z","updated_at":"2026-03-15T02:16:02.856Z","avatar_url":"https://github.com/hugoalh.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Is Numeric Integral (ES)\n\n[**⚖️** MIT](./LICENSE.md)\n\n[![GitHub: hugoalh/is-numeric-integral-es](https://img.shields.io/github/v/release/hugoalh/is-numeric-integral-es?label=hugoalh/is-numeric-integral-es\u0026labelColor=181717\u0026logo=github\u0026logoColor=ffffff\u0026sort=semver\u0026style=flat \"GitHub: hugoalh/is-numeric-integral-es\")](https://github.com/hugoalh/is-numeric-integral-es)\n[![JSR: @hugoalh/is-numeric-integral](https://img.shields.io/jsr/v/@hugoalh/is-numeric-integral?label=@hugoalh/is-numeric-integral\u0026labelColor=F7DF1E\u0026logo=jsr\u0026logoColor=000000\u0026style=flat \"JSR: @hugoalh/is-numeric-integral\")](https://jsr.io/@hugoalh/is-numeric-integral)\n[![NPM: @hugoalh/is-numeric-integral](https://img.shields.io/npm/v/@hugoalh/is-numeric-integral?label=@hugoalh/is-numeric-integral\u0026labelColor=CB3837\u0026logo=npm\u0026logoColor=ffffff\u0026style=flat \"NPM: @hugoalh/is-numeric-integral\")](https://www.npmjs.com/package/@hugoalh/is-numeric-integral)\n\nAn ECMAScript module to determine whether the numeric is integral.\n\n## 🎯 Targets\n\n| **Runtime \\\\ Source** | **GitHub Raw** | **JSR** | **NPM** |\n|:--|:-:|:-:|:-:|\n| **[Bun](https://bun.sh/)** \u003e= v1.1.0 | ❌ | ✔️ | ✔️ |\n| **[Deno](https://deno.land/)** \u003e= v2.1.0 | ✔️ | ✔️ | ✔️ |\n| **[NodeJS](https://nodejs.org/)** \u003e= v20.9.0 | ❌ | ✔️ | ✔️ |\n\n## 🛡️ Runtime Permissions\n\nThis does not request any runtime permission.\n\n## #️⃣ Sources\n\n- GitHub Raw\n  ```\n  https://raw.githubusercontent.com/hugoalh/is-numeric-integral-es/{Tag}/mod.ts\n  ```\n- JSR\n  ```\n  jsr:@hugoalh/is-numeric-integral[@{Tag}]\n  ```\n- NPM\n  ```\n  npm:@hugoalh/is-numeric-integral[@{Tag}]\n  ```\n\n\u003e [!NOTE]\n\u003e - It is recommended to include tag for immutability.\n\u003e - These are not part of the public APIs hence should not be used:\n\u003e   - Benchmark/Test file (e.g.: `example.bench.ts`, `example.test.ts`).\n\u003e   - Entrypoint name or path include any underscore prefix (e.g.: `_example.ts`, `foo/_example.ts`).\n\u003e   - Identifier/Namespace/Symbol include any underscore prefix (e.g.: `_example`, `Foo._example`).\n\n## ⤵️ Entrypoints\n\n| **Name** | **Path** | **Description** |\n|:--|:--|:--|\n| `.` | `./mod.ts` | Default. |\n\n## 🧩 APIs\n\n- ```ts\n  function isNumericIntegral(typeName: NumericIntegralType | NumericIntegralTypeExtend, item: bigint | number): boolean;\n  ```\n\n\u003e [!NOTE]\n\u003e - For the full or prettier documentation, can visit via:\n\u003e   - [Deno CLI `deno doc`](https://docs.deno.com/runtime/reference/cli/doc/)\n\u003e   - [JSR](https://jsr.io/@hugoalh/is-numeric-integral)\n\n## ✍️ Examples\n\n- ```ts\n  isNumericIntegral(\"Byte\", 9876);\n  //=\u003e false\n  ```\n- ```ts\n  isNumericIntegral(\"UInt8\", 256);\n  //=\u003e false\n  ```\n- ```ts\n  isNumericIntegral(\"Byte\", 8n);\n  //=\u003e true\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugoalh%2Fis-numeric-integral-es","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugoalh%2Fis-numeric-integral-es","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugoalh%2Fis-numeric-integral-es/lists"}