UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

6 lines (5 loc) 181 B
/** * Convert any value to its fast-check string representation * @param value - Value to be converted into a string */ export declare function stringify<Ts>(value: Ts): string;