Undocumented

interface Promise<T> {
    then1: ((...args) => any);
}

Type Parameters

  • T

Properties

Properties

then1: ((...args) => any)

Type declaration

    • (...args): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Undocumented