@itg/rivet
Version:
Suite of utilities for working with the Rivet consumer-driven API contacts testing model.
41 lines (40 loc) • 752 B
TypeScript
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 };
declare const _default: {
email: {
id: string;
type: string;
format: string;
pattern: string;
};
uuid: {
id: string;
type: string;
format: string;
pattern: string;
};
uri: {
id: string;
type: string;
pattern: string;
};
jwt: {
id: string;
type: string;
pattern: string;
};
phone: {
id: string;
type: string;
pattern: string;
};
};
export default _default;