{"id":24744589,"url":"https://github.com/piyush-bhatt/is-object","last_synced_at":"2026-04-11T22:04:21.509Z","repository":{"id":62421864,"uuid":"330105777","full_name":"piyush-bhatt/is-object","owner":"piyush-bhatt","description":"Checks whether given value is an object","archived":false,"fork":false,"pushed_at":"2021-01-16T07:55:13.000Z","size":1,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T12:42:29.326Z","etag":null,"topics":["deno","is-object","typescript","utility"],"latest_commit_sha":null,"homepage":"https://deno.land/x/is_object","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:10:44.000Z","updated_at":"2021-01-16T07:52:42.000Z","dependencies_parsed_at":"2022-11-01T17:32:40.678Z","dependency_job_id":null,"html_url":"https://github.com/piyush-bhatt/is-object","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/piyush-bhatt/is-object","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-object","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-object/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-object/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-object/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/piyush-bhatt","download_url":"https://codeload.github.com/piyush-bhatt/is-object/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/piyush-bhatt%2Fis-object/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31696772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"last_error":"SSL_read: 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-object","typescript","utility"],"created_at":"2025-01-28T02:19:06.182Z","updated_at":"2026-04-11T22:04:21.475Z","avatar_url":"https://github.com/piyush-bhatt.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# is-object\n\nis-object package for Deno. Checks whether a given value is an object.\n\n## Usage\n\n```typescript\nimport isObject from \"https://github.com/piyush-bhatt/is-object/raw/main/mod.ts\";\n\nconst isObjectAnObject = isObject({}); // true\nconst isArrayAnObject = isObject([]); // true\nconst isNumberAnObject = isObject(35); // false\nconst isStringAnObject = isObject('foo'); // false\nconst isBooleanAnObject = isObject(true); // false\nconst isNullAnObject = isObject(null); // false\nconst isUndefinedAnObject = isObject(undefined); // false\nconst isFunctionAnObject = isObject(() =\u003e {}); // false\n```\n\n## MIT Licensed\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyush-bhatt%2Fis-object","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpiyush-bhatt%2Fis-object","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpiyush-bhatt%2Fis-object/lists"}