UNPKG

consys

Version:

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

10 lines (9 loc) 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * Configuration class. */ class Config { } exports.default = Config; Config.DEBUG_LOG = false;