UNPKG

@augment-vir/assert

Version:

A collection of assertions for test and production code alike.

6 lines (5 loc) 248 B
import { AssertionError } from './assertion.error.js'; export declare class DiffError extends AssertionError { name: string; constructor(baseMessage: string, actual: unknown, expected: unknown, userCustomizedMessage: string | undefined); }