@donedeal0/superdiff
  • WELCOME
  • Getting Started
    • Donors
    • Installation
  • FEATURES
    • getObjectDiff
    • getListDiff
    • streamListDiff
      • client
      • server
    • isEqual
    • isObject
  • Github
  • NPM
  • Sponsor
Powered by GitBook
On this page
  • IMPORT
  • FORMAT
  • Input
  • Output
  • USAGE
  • Input
  • Output
  1. FEATURES

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

isObject(["hello", "world"]);

Output

false
PreviousisEqual

Last updated 6 months ago