//#region src/compat/util/stubTrue.ts function stubTrue() { return true; } //#endregion exports.stubTrue = stubTrue;