@cowwoc/requirements
Version:
A fluent API for enforcing design contracts with automatic message generation.
11 lines • 490 B
JavaScript
/*
* Copyright (c) 2019 Gili Tzabari
* Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0
*/
import { ValidationFailures } from "./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=ConfigurationUpdater.mjs.map