Skip to content

Commit 3c5aacb

Browse files
Update src/index.ts
Signed-off-by: Derek Lewis <[email protected]>
1 parent 192abc2 commit 3c5aacb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ export function isPlainObject(source: Object): boolean {
186186
source !== null &&
187187
sourcePrototype === '[object Object]'
188188
);
189-
}
189+
}

0 commit comments

Comments
 (0)