import { ConstantArbitrary } from './_internals/ConstantArbitrary.js';
export function constant(value) {
return new ConstantArbitrary([value]);
}