API Core - v1.5.0
    Preparing search index...

    Function defined

    • Narrows a possibly-absent value, throwing where it is absent.

      Type Parameters

      • T

        The present type.

      Parameters

      • value: T | null | undefined

        The value to narrow.

      Returns T

      The value, present.

      An Error when the value is null or undefined.