UNPKG

wpt-api-client

Version:

Unofficial Node.js client for the WebPageTest REST API

8 lines 238 B
interface Body { statusCode: number; statusText?: string; } export declare const throwIfNotSuccess: (body: Body) => void; export declare const configurationErrorMessage: () => string; export {}; //# sourceMappingURL=error.d.ts.map