{"id":19584837,"url":"https://github.com/flex-development/tutils","last_synced_at":"2025-06-25T19:36:11.057Z","repository":{"id":43195996,"uuid":"369368360","full_name":"flex-development/tutils","owner":"flex-development","description":"TypeScript-friendly utilities","archived":false,"fork":false,"pushed_at":"2024-04-23T01:23:25.000Z","size":9888,"stargazers_count":1,"open_issues_count":9,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T05:36:19.871Z","etag":null,"topics":["enums","interfaces","type-definitions","type-guards","type-programming","types","typescript","typescript-utilities"],"latest_commit_sha":null,"homepage":"https://github.com/flex-development/tutils","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/flex-development.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/funding.yml","license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["flex-development"]}},"created_at":"2021-05-21T00:10:24.000Z","updated_at":"2023-10-18T02:09:41.000Z","dependencies_parsed_at":"2024-06-20T19:14:31.418Z","dependency_job_id":null,"html_url":"https://github.com/flex-development/tutils","commit_stats":{"total_commits":573,"total_committers":3,"mean_commits":191.0,"dds":"0.20593368237347298","last_synced_commit":"329f21478b16a493a2ad3ebfe42596b6c73f4942"},"previous_names":[],"tags_count":59,"template":false,"template_full_name":null,"purl":"pkg:github/flex-development/tutils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftutils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftutils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftutils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftutils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flex-development","download_url":"https://codeload.github.com/flex-development/tutils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flex-development%2Ftutils/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260865029,"owners_count":23074552,"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":["enums","interfaces","type-definitions","type-guards","type-programming","types","typescript","typescript-utilities"],"created_at":"2024-11-11T07:50:17.495Z","updated_at":"2025-06-25T19:36:11.014Z","avatar_url":"https://github.com/flex-development.png","language":"TypeScript","funding_links":["https://github.com/sponsors/flex-development"],"categories":[],"sub_categories":[],"readme":"# tutils\n\n[![github release](https://img.shields.io/github/v/release/flex-development/tutils.svg?include_prereleases)](https://github.com/flex-development/tutils/releases/latest)\n[![npm](https://img.shields.io/npm/v/@flex-development/tutils.svg)](https://npmjs.com/package/@flex-development/tutils)\n[![codecov](https://codecov.io/gh/flex-development/tutils/branch/main/graph/badge.svg?token=ZT857Z0ITA)](https://codecov.io/gh/flex-development/tutils)\n[![module type: esm](https://img.shields.io/badge/module%20type-esm-brightgreen)](https://github.com/voxpelli/badges-cjs-esm)\n[![license](https://img.shields.io/github/license/flex-development/tutils.svg)](LICENSE.md)\n[![conventional commits](https://img.shields.io/badge/-conventional%20commits-fe5196?logo=conventional-commits\u0026logoColor=ffffff)](https://conventionalcommits.org/)\n[![typescript](https://img.shields.io/badge/-typescript-3178c6?logo=typescript\u0026logoColor=ffffff)](https://typescriptlang.org/)\n[![vitest](https://img.shields.io/badge/-vitest-6e9f18?style=flat\u0026logo=vitest\u0026logoColor=ffffff)](https://vitest.dev/)\n[![yarn](https://img.shields.io/badge/-yarn-2c8ebb?style=flat\u0026logo=yarn\u0026logoColor=ffffff)](https://yarnpkg.com/)\n\n[TypeScript][1]-friendly utilities.\n\n## Contents\n\n- [What is this?](#what-is-this)\n- [When should I use this?](#when-should-i-use-this)\n- [Install](#install)\n- [Use](#use)\n- [Related](#related)\n\n## What is this?\n\nThis package contains a set of [TypeScript][1]-friendly utilities.\n\n## When should I use this?\n\n**TODO**: use cases\n\n## Install\n\nThis package is [ESM only][2].\n\n```sh\nyarn add @flex-development/tutils\n```\n\nFrom Git:\n\n```sh\nyarn add @flex-development/tutils@flex-development/tutils\n```\n\n\u003cblockquote\u003e\n  \u003csmall\u003e\n    See \u003ca href='https://yarnpkg.com/features/protocols#git'\u003eGit - Protocols | Yarn\u003c/a\u003e\n    \u0026nbsp;for details on requesting a specific branch, commit, or tag.\n  \u003c/small\u003e\n\u003c/blockquote\u003e\n\n## Use\n\n**TODO**: usage example\n\n## Related\n\n- [`esm-types`][3] - TypeScript definitions for [ECMAScript modules][4]\n- [`pkg-types`][5] - TypeScript definitions for `package.json`\n- [`tsconfig-types`][6] - TypeScript definitions for `tsconfig.json`\n\n[1]: https://typescriptlang.org/\n[2]: https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c\n[3]: https://github.com/flex-development/esm-types\n[4]: https://nodejs.org/api/esm.html\n[5]: https://github.com/flex-development/pkg-types\n[6]: https://github.com/flex-development/tsconfig-types\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Ftutils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflex-development%2Ftutils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflex-development%2Ftutils/lists"}