Fuzzy Logic Control
yarn add flc
or npm install flc
const FLC = require('FLC');
let flc = new FLC({
inputs: [],
});
// or
flc.configurate({});
// ES6
const {FLC} = import('flc.js');
let flc = new FLC({method: ''});
flc.inputVariants();
flc.outputVariants();