UNPKG

hastily

Version:

express middleware to simulate fastly cdn

9 lines (8 loc) 273 B
import { IRequestErrors, Warning } from './imageopto-types'; export default class RequestErrors implements IRequestErrors { url: string; warnings: Warning[]; constructor(url: string, warnings: Warning[]); toJSON(): IRequestErrors; toString(): string; }