JewelryMall/server/node_modules/fast-check/lib/esm/arbitrary/noShrink.js
2026-02-14 19:29:15 +08:00

4 lines
61 B
JavaScript

export function noShrink(arb) {
return arb.noShrink();
}