@haraldki/jsonaccess
    Preparing search index...

    Type Alias Maybe<T>

    Represents either a value or an error. It is used primarily for the return types of the JSON access functions. But in order for them to be nestable, the primary input parameter of all of them is a Maybe too.

    Type Parameters

    • T

    the type if it is not an error