UNPKG

between.js

Version:

Lightweight ES6 JavaScript tweening engine

7 lines (6 loc) 229 B
// 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;