5 lines
161 B
JavaScript
5 lines
161 B
JavaScript
import { GeneratorArbitrary } from './_internals/GeneratorArbitrary.js';
|
|
export /**@__NO_SIDE_EFFECTS__*/function gen() {
|
|
return new GeneratorArbitrary();
|
|
}
|