Files
2025-09-15 18:10:26 +03:00

7 lines
160 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.noShrink = noShrink;
function noShrink(arb) {
return arb.noShrink();
}