{"id":24744593,"url":"https://github.com/piyush-bhatt/is-array","last_synced_at":"2026-04-17T00:31:13.803Z","repository":{"id":62421865,"uuid":"330110120","full_name":"piyush-bhatt/is-array","owner":"piyush-bhatt","description":"Checks whether a given value is an array","archived":false,"fork":false,"pushed_at":"2021-01-16T07:59:15.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T17:35:53.585Z","etag":null,"topics":["deno","is-array","typescript","utility"],"latest_commit_sha":null,"homepage":"https://deno.land/x/is_array","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/piyush-bhatt.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}},"created_at":"2021-01-16T07:39:28.000Z","updated_at":"2021-01-16T07:58:21.000Z","dependencies_parsed_at":"2022-11-01T17:32:50.408Z","dependency_job_id":null,"html_url":"https://github.com/piyush-bhatt/is-array","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/piyush-bhatt/is-array","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-array","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-array/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-array/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-array/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piyush-bhatt","download_url":"https://codeload.github.com/piyush-bhatt/is-array/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-array/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909848,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","is-array","typescript","utility"],"created_at":"2025-01-28T02:19:07.070Z","updated_at":"2026-04-17T00:31:13.574Z","avatar_url":"https://github.com/piyush-bhatt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-array\n\nis-array package for Deno. Checks whether a given value is an array.\n\n## Usage\n\n```typescript\nimport isArray from \"https://github.com/piyush-bhatt/is-array/raw/main/mod.ts\";\n\nconst isArrayAnArray = isArray([1,2,3]); // true\nconst isObjectAnArray = isArray({}); // false\nconst isNumberAnArray = isArray(35); // false\nconst isStringAnArray = isArray('foo'); // false\nconst isBooleanAnArray = isArray(true); // false\nconst isNullAnArray = isArray(null); // false\nconst isUndefinedAnArray = isArray(undefined); // false\nconst isFunctionAnArray = isArray(() =\u003e {}); // false\n```\n\n## MIT Licensed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyush-bhatt%2Fis-array","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiyush-bhatt%2Fis-array","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyush-bhatt%2Fis-array/lists"}