We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Primitive
1 parent 71f571b commit 82f8dcfCopy full SHA for 82f8dcf
src/lib/hashmap.js
@@ -1,4 +1,4 @@
1
-/** @typedef {string | number | bigint | boolean | undefined | symbol | null} Primitive */
+/** @import { Primitive } from 'type-fest' */
2
3
/**
4
* `Map` uses same-value-zero equality for keys, which makes it more difficult
0 commit comments