* Restore the property descriptor on the given class instance or prototype and re-apply the lazy getter. * @param on The class instance or prototype
(on: any)
| 274 | * @param on The class instance or prototype |
| 275 | */ |
| 276 | reset(on: any): void |
| 277 | } |
| 278 | |
| 279 | /** ES7 proposal descriptor, tweaked for Babel */ |
no outgoing calls
no test coverage detected