Tests whether a value is an object.
import { isObject } from "@donedeal0/superdiff";
value: unknown;
value: the value whose type will be checked.
value
boolean
isObject(["hello", "world"]);
false
Last updated 15 days ago