forked from wikimedia-gadgets/types-mediawiki
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
when `V` may include unknown additional keys We may want to use `Map<V> & Map<Record<string, unknown>>`, but this alternative does not allow mixed autocompletion & typeckecking when passing a key array to `get` or an object to `set`.
- Loading branch information
Adrien LESÉNÉCHAL
committed
Feb 9, 2024
1 parent
278d64d
commit e47e9ae
Showing
2 changed files
with
73 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters