Files
2026-04-26 19:42:42 +02:00

7 lines
160 B
JavaScript
Executable File

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