{"id":17715715,"url":"https://github.com/halvaradop/ts-utility-types","last_synced_at":"2025-04-21T03:32:28.649Z","repository":{"id":248025646,"uuid":"827543702","full_name":"halvaradop/ts-utility-types","owner":"halvaradop","description":"Collection of custom utility types and functions for TypeScript to simplify development","archived":false,"fork":false,"pushed_at":"2025-04-15T23:27:17.000Z","size":417,"stargazers_count":4,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-16T12:04:31.820Z","etag":null,"topics":["develpment","interfaces","types","typescript","utilities","utility-types"],"latest_commit_sha":null,"homepage":"https://ts-utility-types.vercel.app","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/halvaradop.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-11T21:29:09.000Z","updated_at":"2025-04-15T23:27:21.000Z","dependencies_parsed_at":"2024-09-11T06:14:56.915Z","dependency_job_id":"ecb4fda2-75b4-47a4-af99-2e675e2613d3","html_url":"https://github.com/halvaradop/ts-utility-types","commit_stats":{"total_commits":143,"total_committers":2,"mean_commits":71.5,"dds":0.3426573426573427,"last_synced_commit":"769c02a181af5fa078442e8c5e7461782235791f"},"previous_names":["halvaradop/ts-utility-types"],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvaradop%2Fts-utility-types","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvaradop%2Fts-utility-types/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvaradop%2Fts-utility-types/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halvaradop%2Fts-utility-types/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halvaradop","download_url":"https://codeload.github.com/halvaradop/ts-utility-types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249991150,"owners_count":21357208,"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":["develpment","interfaces","types","typescript","utilities","utility-types"],"created_at":"2024-10-25T12:06:51.359Z","updated_at":"2025-04-21T03:32:28.644Z","avatar_url":"https://github.com/halvaradop.png","language":"TypeScript","readme":"# @halvaradop/ts-utility-types\n\nThis package provides a collection of utility types designed to enhance productivity and improve the readability of your TypeScript code. It simplifies common tasks and promotes cleaner code structure.\n\n## Installation\n\nTo install @halvaradop/ts-utility-types as a dependency in your project, run the following command:\n\n```bash\nnpm i --save-dev @halvaradop/ts-utility-types\n// or\nnpm i -D @halvaradop/ts-utility-types\n\n```\n\n## Usage\n\nOnce installed, you can import the types from your typescript files\n\n```ts\nimport { Merge } from \"@halvaradop/ts-utility-types\"\n\ninterface Config {\n  storePaths: string[]\n  hooks: unknown[]\n}\n\ninterface AppStore {\n  path: string\n  hooks: ArgsFunction[]\n}\n// Expect: { storePaths: string[], path: string, hooks: ArgsFunction[] }\nexport type Store = Merge\u003cConfig, AppStore\u003e\n```\n\n## TypeHero Challenges\n\nThis repository offers solutions to challenges found on [TypeHero](https://typehero.dev/), constructed entirely from scratch without leveraging built-in TypeScript utility types\n\n## Contributing\n\nWe welcome contributions to `@halvaradop/ts-utility-types`! If you have an idea for a new type or find an improvement to an existing one, please feel free to open an issue or create a pull request. We offer a guide on how to contribute to the project and the necessary steps to do so. Here's how you can contribute, Read our [Contribuing Guideline](https://github.com/halvaradop/.github/blob/master/.github/CONTRIBUTING.md).\n\n## Code of conduct\n\nPlease be aware that this project has a code of conduct, and we expect all contributors to follow these guidelines in their interactions. For more information, please read our [Code of Conduct](https://github.com/halvaradop/.github/blob/master/.github/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalvaradop%2Fts-utility-types","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalvaradop%2Fts-utility-types","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalvaradop%2Fts-utility-types/lists"}