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.

13 lines 459 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Test_resetLifeCycle = void 0; const get_global_js_1 = require("../runtime/get-global.js"); /** * @public */ function Test_resetLifeCycle() { var _a; ((_a = (0, get_global_js_1.getGlobal)()["RC_ALLOCATION_STACK"]) !== null && _a !== void 0 ? _a : []).length = 0; } exports.Test_resetLifeCycle = Test_resetLifeCycle; //# sourceMappingURL=test_reset-life-cycle.js.map