æè¿èªåã§éåæåæã®ãã©ã°ã¤ã³æ¸ãã¨ãã¯Thenableãªæãã§æ¸ãã¦ããã¨ãå¤ãã Thenableã£ã¦ã®ã¯ã©ããããã¨ãã¨ããã¨ãtypescirptã®es6-promises ã§ã¯æ¬¡ã®ããã«å®ç¾©ãã¦ããã interface Thenable<R> { then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>; then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected?: (error: any) => U): Thenable<U>; then<U>(onFulfilled: (value: R) => U, onRejected: (error: any) => Thenab
{{#tags}}- {{label}}
{{/tags}}