@yookue/ts-lang-utils
    Preparing search index...

    Function isNull

    • Returns whether the given object is null

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is null

      David Hsing

      isNull(null);    // true
      isNull({}); // false