diff --git a/README.md b/README.md index a060940..9d2c580 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +⚠️ This repo has been moved to [Kingstinct/zemble](https://github.com/kingstinct/zemble/tree/main/packages/utils), and has been renamed to [`@zemble/utils`](https://www.npmjs.com/package/@zemble/utils). + # @kingstinct/utils [![npm (scoped)](https://img.shields.io/npm/v/@kingstinct/utils?style=for-the-badge)](https://www.npmjs.com/package/@kingstinct/utils) diff --git a/src/node/parseEnv.ts b/src/node/parseEnv.ts index 098461c..b4ca2c8 100644 --- a/src/node/parseEnv.ts +++ b/src/node/parseEnv.ts @@ -23,7 +23,7 @@ export function parseEnvNumber< } } -// todo [2024-02-01]: allow to only specify first type argument +// todo [2025-03-01]: allow to only specify first type argument export function parseEnvJSON< T, TDefault extends T | undefined