effect-ts-laws
Version:
effect-ts law testing using fast-check.
8 lines • 322 B
TypeScript
export * from './arbitrary/data.js';
export * from './arbitrary/effect.js';
export * from './arbitrary/equivalence.js';
export * from './arbitrary/function.js';
export * from './arbitrary/instances.js';
export * from './arbitrary/time.js';
export type * from './arbitrary/types.js';
//# sourceMappingURL=arbitrary.d.ts.map