UNPKG

@itg/rivet

Version:

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

11 lines (10 loc) 317 B
export declare const textHelpers: { pkg: string; cmd: string; info: string; warn: string; error: string; }; export declare const log: (type: any, message?: any) => void; export declare const warn: (type: any, message?: any) => void; export declare const error: (type: any, message?: any) => void;