Skip to content

Commit

Permalink
Update src/index.ts
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Lewis <DerekNonGeneric@inf.is>
  • Loading branch information
DerekNonGeneric committed Oct 15, 2022
1 parent 192abc2 commit 3c5aacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ export function isPlainObject(source: Object): boolean {
source !== null &&
sourcePrototype === '[object Object]'
);
}
}

0 comments on commit 3c5aacb

Please sign in to comment.