UNPKG

@shedevro/assert

Version:

Assertion typescript library for better, comfortable and safe coding. See readme!

7 lines (6 loc) 271 B
import { AbstractAppError } from '@shedevro/core'; export declare class WebUtilsAssertionError extends AbstractAppError { message: string; customMessageApplied?: boolean | undefined; constructor(message: string, customMessageApplied?: boolean | undefined); }