We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2969c31 commit 9cbcaabCopy full SHA for 9cbcaab
1 file changed
src/index.ts
@@ -48,10 +48,10 @@ let prototypeExtended = false;
48
* This function is called automatically when the module is imported,
49
* but can also be called explicitly to ensure reliable prototype extension
50
* in production builds where tree-shaking might occur.
51
- *
+ *
52
* It's safe to call this function multiple times - it will only extend
53
* the prototype once.
54
55
* @returns true if the prototype was extended, false if already extended
56
*/
57
export function extendMapPrototype(): boolean {
0 commit comments