Skip to content

Commit

Permalink
chore: add move notice
Browse files Browse the repository at this point in the history
  • Loading branch information
robertherber committed Feb 6, 2024
1 parent a9295a8 commit 73d8437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion src/node/parseEnv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73d8437

Please sign in to comment.