Skip to content

Commit

Permalink
Version Note on Additional Value Guards
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclairzx81 committed Jun 26, 2024
1 parent ec7ef71 commit 323e2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/value/guard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export namespace ValueGuard {
return ArrayBuffer.isView(value)
}
// ----------------------------------------------------------------
// Additional Guards (0.13.2)
// Additional Guards (0.14.0)
// ----------------------------------------------------------------

export function HasPropertyKey<K extends PropertyKey>(value: Record<any, unknown>, key: K): value is ObjectType & Record<K, unknown> {
Expand Down

0 comments on commit 323e2e1

Please sign in to comment.