UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

8 lines (7 loc) 207 B
import { Arbitrary } from './definition/Arbitrary'; /** * For email address * * According to RFC 5322 - https://www.ietf.org/rfc/rfc5322.txt */ export declare function emailAddress(): Arbitrary<string>;