UNPKG

@itg/rivet

Version:

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

5 lines (4 loc) 278 B
export declare const getFiles: (prefix: string, extensions: string[], options: any) => string[]; export declare const getPkgConfig: (options: any) => any; export declare const loadFiles: (paths: string[], options: any) => any[]; export declare const load: (cwd: string) => any;