UNPKG

javascript-fuzzylogic

Version:

A library that allows for manipulation of fuzzy sets in JavaScript

3 lines (2 loc) 283 B
export * from './membershipFunction'; export { MembershipFunction, MembershipFunctionType, TriangularMembershipFunctionParams, TrapezoidalMembershipFunctionParams, BaseMembershipFunctionParameters, MembershipFunctionParameters, GenericMembershipFunctionParameters, } from './types';