UNPKG

datafit

Version:

Simple curve-fitting algorithm

10 lines (9 loc) 249 B
/** * @packageDocumentation * Simple curve-fitting algorithm * * ![NPM Downloads](https://img.shields.io/npm/d18m/datafit) * ![NPM Last Update](https://img.shields.io/npm/last-update/datafit) */ export * from './types'; export * from './lib';