UNPKG

javascript-fuzzylogic

Version:

A library that allows for manipulation of fuzzy sets in JavaScript

9 lines (8 loc) 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.VariableType = void 0; var VariableType; (function (VariableType) { VariableType["Input"] = "Input"; VariableType["Output"] = "Output"; })(VariableType = exports.VariableType || (exports.VariableType = {}));