@cowwoc/requirements
Version:
A fluent API for enforcing design contracts with automatic message generation.
11 lines • 495 B
JavaScript
/*
* Copyright (c) 2017 Gili Tzabari
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
import { AssertionError } from "./internal/internal.mjs";
const typedocWorkaround = null;
/* eslint-disable @typescript-eslint/no-unnecessary-condition */
// noinspection PointlessBooleanExpressionJS
if (typedocWorkaround !== null)
console.log("WORKAROUND: https://github.com/microsoft/tsdoc/issues/348");
//# sourceMappingURL=JavascriptAssertThat.mjs.map