Skip to content

Commit 9cbcaab

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2969c31 commit 9cbcaab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ let prototypeExtended = false;
4848
* This function is called automatically when the module is imported,
4949
* but can also be called explicitly to ensure reliable prototype extension
5050
* in production builds where tree-shaking might occur.
51-
*
51+
*
5252
* It's safe to call this function multiple times - it will only extend
5353
* the prototype once.
54-
*
54+
*
5555
* @returns true if the prototype was extended, false if already extended
5656
*/
5757
export function extendMapPrototype(): boolean {

0 commit comments

Comments
 (0)