Skip to content

Commit

Permalink
Fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
amitdahan committed Sep 1, 2024
1 parent bac029e commit 2235d51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoints/map-constructor.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
interface MapConstructor {
new (): Map<unknown, unknown>;
new <K = unknown, V = unknown>(): Map<K, V>;
}

0 comments on commit 2235d51

Please sign in to comment.