@petsel/es-type-detection - v1.0.0
    Preparing search index...

    Type Alias Thenable

    Thenable: {
        __brand: "Thenable";
        constructor: Object | Function;
        then: (onFulfilled?: Function, onRejected?: Function) => any;
    }

    Type declaration

    • __brand: "Thenable"
    • constructor: Object | Function
    • then: (onFulfilled?: Function, onRejected?: Function) => any