Endo API documentation
    Preparing search index...

    Interface AsyncSpring<TValue>

    interface AsyncSpring<TValue> {
        get(): Promise<TValue>;
    }

    Type Parameters

    • TValue

    Hierarchy (View Summary)

    Index

    Methods

    Methods