{"id":22021559,"url":"https://github.com/lamansky/typed-arrays","last_synced_at":"2026-04-11T02:33:48.302Z","repository":{"id":57383309,"uuid":"121601923","full_name":"lamansky/typed-arrays","owner":"lamansky","description":"[Node.js] Returns an array of all Typed Array classes.","archived":false,"fork":false,"pushed_at":"2018-02-15T07:31:56.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-29T02:43:50.284Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lamansky.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-02-15T07:26:55.000Z","updated_at":"2018-02-15T07:32:11.000Z","dependencies_parsed_at":"2022-09-26T16:50:22.676Z","dependency_job_id":null,"html_url":"https://github.com/lamansky/typed-arrays","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/lamansky/typed-arrays","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Ftyped-arrays","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Ftyped-arrays/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Ftyped-arrays/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Ftyped-arrays/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lamansky","download_url":"https://codeload.github.com/lamansky/typed-arrays/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lamansky%2Ftyped-arrays/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261088355,"owners_count":23107683,"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":[],"created_at":"2024-11-30T06:12:55.306Z","updated_at":"2025-10-25T07:23:19.279Z","avatar_url":"https://github.com/lamansky.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# typed-arrays\n\nReturns an array of all [Typed Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Typed_arrays) classes: `Float32Array`, `Float64Array`, `Int8Array`, `Int16Array`, `Int32Array`, `Uint8Array`, `Uint8ClampedArray`, `Uint16Array`, and `Uint32Array`.\n\n## Installation\n\nRequires [Node.js](https://nodejs.org/) 5.0.0 or above.\n\n```bash\nnpm i typed-arrays\n```\n\n## API\n\nThe module exports an object with two properties:\n\n* `classes`: A function which, when called, will return an array of 9 Typed Array classes (functions).\n* `names`: A function which, when called, will return an array of 9 Typed Array class name strings.\n\n## Example\n\n```javascript\nconst typedArrays = require('typed-arrays')\n\ntypedArrays.classes() // Array\ntypedArrays.names() // Array\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamansky%2Ftyped-arrays","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flamansky%2Ftyped-arrays","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flamansky%2Ftyped-arrays/lists"}