MCPcopy Create free account
hub / github.com/effect-app/libs / reset

Method reset

packages/effect-app/src/utils.ts:276–276  ·  view source on GitHub ↗

* 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)

Source from the content-addressed store, hash-verified

274 * @param on The class instance or prototype
275 */
276 reset(on: any): void
277}
278
279/** ES7 proposal descriptor, tweaked for Babel */

Implementers 1

RegistryImplrepos/effect/packages/effect/src/unsta

Calls

no outgoing calls

Tested by

no test coverage detected