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