UNPKG

rivet

Version:

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

10 lines (9 loc) 179 B
export interface IHandlerArgs { version?: string | boolean; clean?: string; out?: string; src?: string; cwd?: string; pkg?: string; ignore?: string[] | boolean[]; }