Skip to content

Commit b29af6c

Browse files
authored
Merge 61a7ffd into 3207bfd
2 parents 3207bfd + 61a7ffd commit b29af6c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/node/util.ts

-4
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,6 @@ export const buildAllowedMessage = (t: any): string => {
435435
return `Allowed value${values.length === 1 ? " is" : "s are"} ${values.map((t) => `'${t}'`).join(", ")}`
436436
}
437437

438-
export const isObject = <T extends object>(obj: T): obj is T => {
439-
return !Array.isArray(obj) && typeof obj === "object" && obj !== null
440-
}
441-
442438
/**
443439
* Return a promise that resolves with whether the socket path is active.
444440
*/

0 commit comments

Comments
 (0)