UNPKG

alinea

Version:
7 lines (6 loc) 216 B
import { HttpError } from '../HttpError.js'; export declare class ShaMismatchError extends HttpError { actual: string; expected: string; constructor(actual: string, expected: string, message?: string); }