(d, b)
| 15 | /* global Reflect, Promise, SuppressedError, Symbol, Iterator */ |
| 16 | |
| 17 | var extendStatics = function(d, b) { |
| 18 | extendStatics = Object.setPrototypeOf || |
| 19 | ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || |
| 20 | function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; |
| 21 | return extendStatics(d, b); |
| 22 | }; |
| 23 | |
| 24 | export function __extends(d, b) { |
| 25 | if (typeof b !== "function" && b !== null) |
no outgoing calls
no test coverage detected
searching dependent graphs…