1.0.1 • Published 2 years ago

fast-check-bigint v1.0.1

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

fast-check-bigint

License NPM Package

fast-check arbitraries for narrowed bigint types

Install

npm install fast-check-bigint

Use

import * as fc from 'fast-check'
import { PositiveBigIntArbitrary } from 'fast-check-numbers'

fc.sample(PositiveBigIntArbitrary, 1)
// => [ 15892607245196815218953186833522000282831428489834799369510614168515167883037n ]

Related

Acknowledgments