UNPKG
datafit
Version:
latest (1.4.10)
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
Simple curve-fitting algorithm
npm.nicfv.com
nicfv/npm
datafit
/
types
/
index.d.ts
10 lines
(9 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/**
*
@packageDocumentation
*
Simple curve-fitting algorithm
*
* 
*

*/ export *
from './types'; export * from './lib';