Files
RoggioApp/node_modules/fast-check/lib/esm/arbitrary/gen.js
T
2026-04-26 19:42:42 +02:00

5 lines
136 B
JavaScript
Executable File

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