@jiminp/tooltool
    Preparing search index...

    Module type

    Interfaces

    Err
    Ok

    Type Aliases

    JSONArray

    Represents a JSON array.

    JSONObject

    Represents a JSON object.

    JSONScalar

    Represents a JSON scalar value.

    JSONValue

    Represents any valid JSON value.

    NestedArray

    Represents an array that can be nested to an arbitrary depth.

    NestedArrayElement

    Represents a single element within a NestedArray.

    Nullable

    Utility type that extends a type to also accept null or undefined.

    Nullish

    Represents values that are either null or undefined.

    RecursivePartial

    Recursively makes all properties of type T optional.

    Result

    Functions

    assertEqualType

    Compile-time assertion that two types are exactly equal.

    isNullish

    Type guard that checks whether a value is nullish (null or undefined).

    isResultErr
    isResultOk
    resultUnwrap
    resultUnwrapOr
    resultUnwrapOrElse