UNPKG

rivet

Version:

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

5 lines (4 loc) 214 B
import { IHandlerArgs } from './types'; export declare const saveToFile: (data: any, filename: string, dir?: string) => Promise<any>; declare const _default: (argv: IHandlerArgs) => any[]; export default _default;