UNPKG

@fantasticfiasco/expect

Version:

A Node.js library written in TypeScript providing argument validation.

6 lines (5 loc) 104 B
/** * Error thrown when expextation fails. */ export declare class ExpectationError extends Error { }