()
| 8 | |
| 9 | export function supportFeature(Observable: any, method: string) { |
| 10 | const func = function () { |
| 11 | return !!Observable.prototype[method]; |
| 12 | }; |
| 13 | (func as any).message = `Observable.${method} not support`; |
| 14 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…