UNPKG
@sheetxl/models
Version:
latest (0.1.89)
0.1.89
0.1.88
0.1.87
0.1.86
0.1.85
0.1.84
0.1.83
0.1.82
0.1.81
0.1.80
0.1.79
0.1.78
0.1.77
0.1.74
0.1.73
0.1.72
0.1.71
0.1.70
0.1.69
0.1.67
0.1.66
0.1.65
0.1.64
0.1.63
0.1.62
0.1.61
0.1.60
0.1.59
0.1.58
0.1.57
0.1.56
0.1.55
0.1.52
0.1.51
0.1.50
0.1.49
0.1.27
0.1.24
0.1.2
0.1.1
0.0.60
0.0.56
0.0.54
0.0.47
Models - A Headless javascript spreadsheet library.
www.sheetxl.com
sheetxl/sheetxl
@sheetxl/models
/
types
/
utils
/
Spline.d.ts
9 lines
•
198 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
default
class
Spline
{
constructor
(
xs
:
any
,
ys
:
any
);
xs
:
any
;
ys
:
any
;
ks
:
any
;
getNaturalKs
(
ks
:
any
):
any
;
at
(
x
:
any
):
number
; }
//# sourceMappingURL=Spline.d.ts.map