@adaskothebeast/splines
Version:
Spline interpolation for TypeScript
4 lines (3 loc) • 343 B
JavaScript
export { M as MonotoneCubicHermitInterpolation } from './monotone-cubic-hermit-interpolation.esm.js';
export { N as NaturalSpline } from './natural-spline.esm.js';
export { N as NumberPair, S as SplineBase, i as isNumberPairArray, a as isNumberTupleArray, s as sortNumberPairIndexes, b as sortNumberTupleIndexes } from './spline-base.esm.js';