{"id":13937902,"url":"https://github.com/un-ts/types","last_synced_at":"2025-09-12T23:37:17.823Z","repository":{"id":16562549,"uuid":"80210225","full_name":"un-ts/types","owner":"un-ts","description":"TypeScript Type Definitions same as DefinitelyTyped.","archived":false,"fork":false,"pushed_at":"2024-04-01T13:30:05.000Z","size":1342,"stargazers_count":29,"open_issues_count":4,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-13T22:06:42.600Z","etag":null,"topics":["types","typescript","typescript-definitions","typings"],"latest_commit_sha":null,"homepage":"https://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/un-ts.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},"funding":{"github":["JounQin","1stG","rx-ts","un-ts"],"patreon":"1stG","open_collective":"unts","custom":["https://opencollective.com/1stG","https://opencollective.com/rxts","https://afdian.net/@JounQin"]}},"created_at":"2017-01-27T13:40:33.000Z","updated_at":"2023-09-03T00:20:20.000Z","dependencies_parsed_at":"2023-07-17T00:48:32.285Z","dependency_job_id":"318ebda3-0d34-42b0-b768-4ac67a7ceaa8","html_url":"https://github.com/un-ts/types","commit_stats":{"total_commits":111,"total_committers":10,"mean_commits":11.1,"dds":"0.45945945945945943","last_synced_commit":"115848ffcebfda9d3f368f1eae4c036ab5a3b84b"},"previous_names":["rx-ts/types"],"tags_count":77,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-ts%2Ftypes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-ts%2Ftypes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-ts%2Ftypes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/un-ts%2Ftypes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/un-ts","download_url":"https://codeload.github.com/un-ts/types/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226405067,"owners_count":17619960,"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":["types","typescript","typescript-definitions","typings"],"created_at":"2024-08-07T23:04:03.414Z","updated_at":"2024-11-27T06:30:54.973Z","avatar_url":"https://github.com/un-ts.png","language":"TypeScript","funding_links":["https://github.com/sponsors/JounQin","https://github.com/sponsors/1stG","https://github.com/sponsors/rx-ts","https://github.com/sponsors/un-ts","https://patreon.com/1stG","https://opencollective.com/unts","https://opencollective.com/1stG","https://opencollective.com/rxts","https://afdian.net/@JounQin"],"categories":["TypeScript"],"sub_categories":[],"readme":"# @rxts/types\n\n[![GitHub Actions](https://github.com/rx-ts/types/workflows/CI/badge.svg)](https://github.com/rx-ts/types/actions/workflows/ci.yml)\n[![Codacy Grade](https://img.shields.io/codacy/grade/f7fa1461627e47bcb1db24cca8de4963)](https://www.codacy.com/gh/rx-ts/types)\n[![type-coverage](https://img.shields.io/badge/dynamic/json.svg?label=type-coverage\u0026prefix=%E2%89%A5\u0026suffix=%\u0026query=$.typeCoverage.atLeast\u0026uri=https%3A%2F%2Fraw.githubusercontent.com%2Frx-ts%2Ftypes%2Fmaster%2Fpackage.json)](https://github.com/plantain-00/type-coverage)\n[![GitHub release](https://img.shields.io/github/release/rx-ts/types)](https://github.com/rx-ts/types/releases)\n[![David Dev](https://img.shields.io/david/dev/rx-ts/types.svg)](https://david-dm.org/rx-ts/types?type=dev)\n\n[![Conventional Commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)\n[![changesets](https://img.shields.io/badge/maintained%20with-changesets-176de3.svg)](https://github.com/atlassian/changesets)\n\n\u003e TypeScript Type Definitions same as DefinitelyTyped.\n\n- [Install](#install)\n- [Usage](#usage)\n  - [Link to `@types` Automatically](#link-to-types-automatically)\n  - [Prefer Configuring Manually](#prefer-configuring-manually)\n- [Changelog](#changelog)\n- [License](#license)\n\n## Install\n\n```sh\n# yarn\nyarn add -D @d-ts/core\n\n# npm\nnpm i -D @d-ts/core\n```\n\n## Usage\n\n### Link to `@types` Automatically\n\n```sh\n# yarn\nyarn add -D @d-ts/bin\n\n# npm\nnpm i -D @d-ts/bin\n```\n\n```jsonc\n// package.json\n{\n  \"scripts\": {\n    \"postinstall\": \"t\"\n  }\n}\n```\n\n### Prefer Configuring Manually\n\n```jsonc\n// tsconfig.json\n{\n  \"compilerOptions\": {\n    \"baseUrl\": \".\",\n    \"typeRoots\": [\"./node_modules/@types\", \"./node_modules/@d-ts\"]\n  }\n}\n```\n\n## Changelog\n\nDetailed changes for each release are documented in [CHANGELOG.md](./CHANGELOG.md).\n\n## License\n\n[MIT][] © [JounQin][]@[1stG.me][]\n\n[1stg.me]: https://www.1stg.me\n[jounqin]: https://GitHub.com/JounQin\n[mit]: http://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun-ts%2Ftypes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fun-ts%2Ftypes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fun-ts%2Ftypes/lists"}