Skip to content

Commit

Permalink
Fixed map constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed May 27, 2024
1 parent 6574858 commit 370bce0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 (): Map<unknown, unknown>;
}

0 comments on commit 370bce0

Please sign in to comment.