UNPKG
@drozdik.m/lerp
Version:
latest (1.0.1)
1.0.1
1.0.0
Collection of lerp functions.
github.com/drozdik-m/js-alpha-library
drozdik-m/js-alpha-library
@drozdik.m/lerp
/
dist
/
Linear.d.ts
3 lines
(2 loc)
•
93 B
TypeScript
View Raw
1
2
3
import
{
ILerpFunction
}
from
"./ILerpFunction"
;
export
declare
let
Linear
:
ILerpFunction
;