{"id":19441666,"url":"https://github.com/yurkimus/types","last_synced_at":"2026-02-08T14:06:19.914Z","repository":{"id":250465625,"uuid":"834544036","full_name":"yurkimus/types","owner":"yurkimus","description":"JavaScript-oriented type utilities","archived":false,"fork":false,"pushed_at":"2025-01-29T13:26:57.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-25T00:36:52.115Z","etag":null,"topics":["deno","functional-programming","javascript","node","utilities"],"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/yurkimus.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,"zenodo":null}},"created_at":"2024-07-27T15:36:06.000Z","updated_at":"2025-01-29T13:27:01.000Z","dependencies_parsed_at":"2024-11-10T15:38:44.782Z","dependency_job_id":"821769e2-0ddc-48c4-b55e-3b1bad9e012a","html_url":"https://github.com/yurkimus/types","commit_stats":null,"previous_names":["yurkimus/types"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yurkimus/types","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurkimus%2Ftypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurkimus%2Ftypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurkimus%2Ftypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurkimus%2Ftypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yurkimus","download_url":"https://codeload.github.com/yurkimus/types/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yurkimus%2Ftypes/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259353732,"owners_count":22844762,"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":["deno","functional-programming","javascript","node","utilities"],"created_at":"2024-11-10T15:36:30.850Z","updated_at":"2026-02-08T14:06:14.233Z","avatar_url":"https://github.com/yurkimus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Types\n\nJavaScript-first utilities to work with it's built-in types.\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Exports](#exports)\n  - [type](#type)\n  - [is](#is)\n- [License](#license)\n\n## Installation\n\n### npm\n\n```\nnpm install @yurkimus/types\n```\n\n### urls\n\n```\n\"@yurkimus/types\": \"npm:@yurkimus/types\"\n```\n\n```\n\"@yurkimus/types\": \"github:yurkimus/types\"\n```\n\n```\n\"@yurkimus/types\": \"https://raw.githubusercontent.com/yurkimus/types/main/source/index.js\"\n```\n\n## Exports\n\n### type\n\n#### Definition:\n\n```\ntype :: * -\u003e string\n```\n\n#### Example:\n\n```javascript\ntype({}) // =\u003e 'Object'\n```\n\n### is\n\n#### Definition:\n\n```\nis :: string -\u003e * -\u003e boolean\n```\n\n#### Example:\n\n```javascript\n/**\n * Standard\n */\nis('Object', {}) // =\u003e true\n\n/**\n * Curried\n */\nis('Array')([]) // =\u003e true\n```\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurkimus%2Ftypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyurkimus%2Ftypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyurkimus%2Ftypes/lists"}