UNPKG

rivet

Version:

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

7 lines (6 loc) 293 B
import * as types from './types'; import Config from './lib/config'; export declare const load: (schemaPath: string) => any; export declare const generate: (schemaPath: string | {}) => Promise<any>; export declare const generateSync: (schemaPath: string | {}) => {}; export { types, Config };