Skip to content

Commit

Permalink
add key types
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed May 18, 2024
1 parent f0f9ed5 commit a122f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/key.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export type Key = string | number;

0 comments on commit a122f7a

Please sign in to comment.