UNPKG
between.js
Version:
latest (0.1.2-fix.2)
0.1.2
0.1.2-fix.2
0.1.1
0.1.0
0.0.1-alpha.1
Lightweight ES6 JavaScript tweening engine
github.com/sasha240100/between.js
sasha240100/between.js
between.js
/
types
/
index.d.ts
7 lines
(6 loc)
•
229 B
TypeScript
View Raw
1
2
3
4
5
6
7
// Type definitions for Between.js
// Project: https://github.com/sasha240100/between.js
// Definitions by: Hirako <https://github.com/hirako2000>
export
*
from
'./Between'
;
// For UMD - global space
export
as
namespace
Between
;