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

boolean

USAGE

Input

Output

Last updated