UNPKG

fast-check

Version:

Property based testing framework for JavaScript (like QuickCheck)

4 lines (3 loc) 129 B
import { property } from './Property.generated'; import { IProperty } from './Property.generic'; export { property, IProperty };