UNPKG

rivet

Version:

Suite of utilities for working with the Rivet consumer-driven API contacts testing model.

21 lines (18 loc) 317 B
// tslint:disable: no-var-requires import email from './email'; import uuid from './uuid'; import uri from './uri'; import jwt from './jwt'; import phone from './phone'; export { email }; export { uuid }; export { uri }; export { jwt }; export { phone }; export default { email, uuid, uri, jwt, phone, };