(child, parent)
| 106 | } |
| 107 | |
| 108 | var __extends_ts = function (child, parent) { |
| 109 | extendStaticFunctions(child, parent); |
| 110 | assignPrototypeFromParentToChild(parent, child); |
| 111 | }; |
| 112 | |
| 113 | var __extends_ns = function (child, parent) { |
| 114 | if (!parent.extend) { |
no test coverage detected