{"id":20148902,"url":"https://github.com/chore-dev/utility-types","last_synced_at":"2025-03-03T00:40:43.742Z","repository":{"id":238824558,"uuid":"797666075","full_name":"chore-dev/utility-types","owner":"chore-dev","description":"Collections of utility types","archived":false,"fork":false,"pushed_at":"2024-05-08T11:10:05.000Z","size":136,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T20:36:08.485Z","etag":null,"topics":["inferface","type","typescript","utility","utility-type","utility-types"],"latest_commit_sha":null,"homepage":"https://chore-dev-utility-types.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chore-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-05-08T09:29:19.000Z","updated_at":"2024-05-31T10:03:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5004013-e09d-4fec-afe6-39e66f588645","html_url":"https://github.com/chore-dev/utility-types","commit_stats":null,"previous_names":["chore-dev/utility-types"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chore-dev%2Futility-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chore-dev%2Futility-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chore-dev%2Futility-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chore-dev%2Futility-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chore-dev","download_url":"https://codeload.github.com/chore-dev/utility-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241587784,"owners_count":19986628,"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":["inferface","type","typescript","utility","utility-type","utility-types"],"created_at":"2024-11-13T22:40:00.588Z","updated_at":"2025-03-03T00:40:43.736Z","avatar_url":"https://github.com/chore-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Utility Types\n\nCollection of utility types\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Documentation](https://chore-dev-utility-types.vercel.app/)\n\n## Installation\n\n```bash\n# npm\nnpm install --save-dev @chore-dev/utility-types\n```\n\n```bash\n# yarn\nyarn add -D @chore-dev/utility-types\n```\n\n```bash\n# pnpm\npnpm add -D @chore-dev/utility-types\n```\n\n## Usage\n\nUsing `DeepGetType` as an example:\n\n```typescript\nimport {DeepGetType} from '@chore-dev/utility-types';\n\ntype DeepObject = {\n  a: {\n    b: {\n      c: {\n        d: string;\n      };\n    };\n  };\n};\n\ntype DeepType = DeepGetType\u003cDeepObject, 'a.b.c.d'\u003e; // string\n```\n\n## Documentation\n\nSee [documentation](https://chore-dev-utility-types.vercel.app/) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchore-dev%2Futility-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchore-dev%2Futility-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchore-dev%2Futility-types/lists"}