(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>)
| 526 | } |
| 527 | |
| 528 | then<TResult1 = any, TResult2 = never>(onfulfilled?: (value: any) => TResult1 | PromiseLike<TResult1>, onrejected?: (reason: any) => TResult2 | PromiseLike<TResult2>): PromiseLike<TResult1 | TResult2> { |
| 529 | throw new Error('Method not implemented.'); |
| 530 | } |
| 531 | } |
| 532 | |
| 533 | export class DataSnapshot implements IDataSnapshot { |
no outgoing calls
no test coverage detected