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

    Function isNotNull

    • Returns whether the given object is not null

      Parameters

      • object: any

        the object to check

      Returns boolean

      whether the given object is not null

      David Hsing

      isNotNull('foobar');    // true