{"id":20196831,"url":"https://github.com/itsjonq/is","last_synced_at":"2025-09-23T13:43:02.165Z","repository":{"id":39634059,"uuid":"225085910","full_name":"ItsJonQ/is","owner":"ItsJonQ","description":"💡 A tiny type checker for JavaScript","archived":false,"fork":false,"pushed_at":"2023-03-05T10:34:30.000Z","size":4639,"stargazers_count":6,"open_issues_count":22,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-31T11:32:03.500Z","etag":null,"topics":["check","check-type","checker","is","javascript","plain-object","tiny","type","type-check","type-checker","types"],"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/ItsJonQ.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,"publiccode":null,"codemeta":null}},"created_at":"2019-12-01T00:10:56.000Z","updated_at":"2025-08-27T12:21:45.000Z","dependencies_parsed_at":"2024-06-18T22:42:13.019Z","dependency_job_id":"08413f17-ff4f-4130-8658-3698774b4e98","html_url":"https://github.com/ItsJonQ/is","commit_stats":{"total_commits":15,"total_committers":1,"mean_commits":15.0,"dds":0.0,"last_synced_commit":"5dfe3143baacc3190c9d1189aab05b61e482f8e6"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ItsJonQ/is","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJonQ","download_url":"https://codeload.github.com/ItsJonQ/is/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJonQ%2Fis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276588124,"owners_count":25668822,"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","status":"online","status_checked_at":"2025-09-23T02:00:09.130Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["check","check-type","checker","is","javascript","plain-object","tiny","type","type-check","type-checker","types"],"created_at":"2024-11-14T04:26:14.092Z","updated_at":"2025-09-23T13:43:02.105Z","avatar_url":"https://github.com/ItsJonQ.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 💡 is\n\n[![Build Status](https://travis-ci.org/ItsJonQ/is.svg?branch=master)](https://travis-ci.org/ItsJonQ/is)\n[![codecov](https://codecov.io/gh/ItsJonQ/is/branch/master/graph/badge.svg)](https://codecov.io/gh/ItsJonQ/is)\n[![Bundle size](https://badgen.net/bundlephobia/minzip/@itsjonq/is)](https://bundlephobia.com/result?p=@itsjonq/is)\n\n\u003e A tiny type checker\n\n`is` is a simple sub 400B type checking library for JavaScript.\u003cbr /\u003e\nFor a more feature-packed version, check out [@sindresorhus/is](https://github.com/sindresorhus/is).\n\n## Table of Contents\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\n-   [Installation](#installation)\n-   [Usage](#usage)\n    -   [Supported types](#supported-types)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Installation\n\n```\nnpm install @itsjonq/is\n```\n\n## Usage\n\n```js\nimport is from '@itsjonq/is';\n\nis.string('Hello');\n// true\n\nconst fn = () =\u003e 'Nope';\n\nis.string(fn);\n// false\nis.function(fn);\n// true\nis.object(fn);\n// true\nis.plainObject(fn);\n// false\n```\n\n### Supported types\n\n-   `is.array`\n-   `is.blob`\n-   `is.boolean`\n-   `is.defined`\n-   `is.file`\n-   `is.function`\n-   `is.map`\n-   `is.null`\n-   `is.number`\n-   `is.object`\n-   `is.plainObject`\n-   `is.regExp`\n-   `is.string`\n-   `is.symbol`\n-   `is.undefined`\n-   `is.weakMap`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjonq%2Fis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjonq%2Fis/lists"}