isObject
Tests whether a value is an object.
IMPORT
import { isObject } from "@donedeal0/superdiff";FORMAT
Input
value: unknown;value: the value whose type will be checked.
Output
booleanUSAGE
Input
isObject(["hello", "world"]);Output
falseLast updated