TreasureTrails/node_modules/fast-check/lib/arbitrary/noShrink.js

7 lines
160 B
JavaScript
Raw Normal View History

2026-03-18 09:02:21 -05:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.noShrink = noShrink;
function noShrink(arb) {
return arb.noShrink();
}