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 432 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Test_setDefaultFlags = void 0; const _debug_js_1 = require("../debug/_debug.js"); /** * @public */ function Test_setDefaultFlags() { _debug_js_1._Debug.setFlag("DEBUG", true); _debug_js_1._Debug.setFlag("DISABLE_BREAKPOINT", true); } exports.Test_setDefaultFlags = Test_setDefaultFlags; //# sourceMappingURL=test_set-default-flags.js.map