UNPKG

triplecheck-broker

Version:

The TripleCheck broker is a central, global store for all of your contracts and contract tests.

6 lines (5 loc) 133 B
export declare type Url = { method: 'GET' | 'POST' | 'PUT' | 'DELETE' | 'OPTIONS'; pathname: string; search?: string; };