From 3c5aacbe529b7c189bcf7fd276894cba8d409590 Mon Sep 17 00:00:00 2001 From: Derek Lewis Date: Fri, 14 Oct 2022 23:11:46 -0400 Subject: [PATCH] Update src/index.ts Signed-off-by: Derek Lewis --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 093308a..9880e90 100644 --- a/src/index.ts +++ b/src/index.ts @@ -186,4 +186,4 @@ export function isPlainObject(source: Object): boolean { source !== null && sourcePrototype === '[object Object]' ); -} \ No newline at end of file +}