{"id":15382159,"url":"https://github.com/stefnotch/typestef","last_synced_at":"2026-06-08T13:31:20.121Z","repository":{"id":228980052,"uuid":"775443130","full_name":"stefnotch/typestef","owner":"stefnotch","description":"Various utilities that I end up copying into too many Typescript projects","archived":false,"fork":false,"pushed_at":"2024-03-22T09:47:15.000Z","size":204,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-23T15:05:30.398Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/stefnotch.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}},"created_at":"2024-03-21T11:59:03.000Z","updated_at":"2024-03-21T11:59:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf18bcd3-5d41-4892-8430-b93c99bfa58f","html_url":"https://github.com/stefnotch/typestef","commit_stats":{"total_commits":13,"total_committers":2,"mean_commits":6.5,"dds":"0.15384615384615385","last_synced_commit":"a705b8a37ced3757ce0c613f75b0ea66fe71e932"},"previous_names":["stefnotch/typestef"],"tags_count":3,"template":false,"template_full_name":"stefnotch/npm-typescript-template","purl":"pkg:github/stefnotch/typestef","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Ftypestef","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Ftypestef/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Ftypestef/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Ftypestef/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stefnotch","download_url":"https://codeload.github.com/stefnotch/typestef/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stefnotch%2Ftypestef/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T14:30:04.133Z","updated_at":"2026-06-08T13:31:20.101Z","avatar_url":"https://github.com/stefnotch.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Typestef\n\nVarious utilities that should be in the JS standard library. Feel free to copy-paste the code instead of using this as a library.\n\nDual licensed under the Apache License Version 2.0 and CC0.\n\n## Scripts\n\n- `npm run build`\n- `npm run release`\n\n## FAQ\n\n- Typescript cannot find the library?\n  That's because this uses the [`\"export\"` field in the `package.json`](https://www.typescriptlang.org/docs/handbook/esm-node.html#packagejson-exports-imports-and-self-referencing). Go to your `tsconfig.json`, or create one if there is none, and set\n```json\n{\n    \"compilerOptions\": {\n        /* This tells Typescript that we're working with the new importing mechanisms */\n        \"module\": \"nodenext\", \n    }\n}\n```\nMake sure to read [the documentation](https://www.typescriptlang.org/docs/handbook/esm-node.html) for what that means, among other things all the imports in your code might need a file extension.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefnotch%2Ftypestef","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstefnotch%2Ftypestef","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstefnotch%2Ftypestef/lists"}