Method
then
(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>)
Source from the content-addressed store, hash-verified
| 559 | throw new Error('Method not implemented.'); |
| 560 | } |
| 561 | then<TResult1 = any, TResult2 = never>(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>): PromiseLike<TResult1 | TResult2> { |
| 562 | throw new Error('Method not implemented.'); |
| 563 | } |
| 564 | } |
| 565 | |
| 566 | export class DataSnapshot implements IDataSnapshot { |
Tested by
no test coverage detected