UNPKG

verify-it

Version:

Randomised test property/data generation for NodeJS

8 lines (5 loc) 135 B
'use strict' const BooleanGenerators = function (random) { this.boolean = () => random.bool() } module.exports = BooleanGenerators