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

5 lines
136 B
JavaScript

import { GeneratorArbitrary } from './_internals/GeneratorArbitrary.js';
export function gen() {
return new GeneratorArbitrary();
}