fast-check-numbers
TypeScript icon, indicating that this package has built-in type declarations

1.2.2 • Public • Published

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

Dependencies (0)

    Dev Dependencies (8)

    Package Sidebar

    Install

    npm i fast-check-numbers

    Weekly Downloads

    3

    Version

    1.2.2

    License

    ISC

    Unpacked Size

    37.9 kB

    Total Files

    55

    Last publish

    Collaborators

    • hamroctopus