Home
last modified time | relevance | path

Searched defs:Thenable (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/cases/compiler/
DawaitedTypeJQuery.ts3 interface Thenable<T> extends PromiseLike<T> { } interface
DbluebirdStaticThis.ts112 export interface Thenable<R> { interface
/third_party/typescript/tests/cases/conformance/async/es6/functionDeclarations/
DasyncFunctionDeclaration15_es6.ts3 declare class Thenable { then(): void; } class
/third_party/typescript/tests/cases/conformance/async/es5/functionDeclarations/
DasyncFunctionDeclaration15_es5.ts4 declare class Thenable { then(): void; } class