UNPKG

@fantasticfiasco/expect

Version:

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

10 lines 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExpectationError = void 0; /** * Error thrown when expextation fails. */ class ExpectationError extends Error { } exports.ExpectationError = ExpectationError; //# sourceMappingURL=ExpectationError.js.map