UNPKG

rc-js-util

Version:

A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.

9 lines 272 B
import { getGlobal } from "../runtime/get-global.js"; /** * @public */ export function Test_resetLifeCycle() { var _a; ((_a = getGlobal()["RC_ALLOCATION_STACK"]) !== null && _a !== void 0 ? _a : []).length = 0; } //# sourceMappingURL=test_reset-life-cycle.js.map