TreasureTrails/node_modules/fast-check/lib/arbitrary/noShrink.js
2026-03-18 09:02:21 -05:00

6 lines
160 B
JavaScript

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