1.2.2 • Published 2 years ago

fast-check-numbers v1.2.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

fast-check-numbers

NPM Package

fast-check arbitraries for narrowed numeric types

Install

npm install fast-check-numbers

Use

import * as fc from "fast-check";
import { PositiveArbitrary } from "fast-check-numbers";

fc.sample(PositiveArbitrary, 1);
// => [ 1018.612465441227 ]

Related

Acknowledgments

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

3 years ago

1.1.2

3 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago