UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

7 lines (6 loc) 160 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noShrink = noShrink; function noShrink(arb) { return arb.noShrink(); }