@hexafuchs/what.js
    Preparing search index...

    Variable isDefinedConst Alias

    isDefined: (object: unknown) => object is {} = isPresent

    Type declaration

      • (object: unknown): object is {}
      • Returns whether the object is a neither null nor undefined.

        Parameters

        • object: unknown

        Returns object is {}