UNPKG

consys

Version:

consys is a flexible tool to evaluate models using generic and readable constraints.

9 lines (8 loc) 270 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * This is the basic API for a custom constraint system plugin with client defined constraints and functions. */ class ConstraintSystemPlugin { } exports.default = ConstraintSystemPlugin;