Files
Shifted/node_modules/fast-check/lib/arbitrary/noShrink.js
2026-02-10 01:14:19 +00:00

7 lines
160 B
JavaScript

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