UNPKG

between.js

Version:

Lightweight ES6 JavaScript tweening engine

15 lines (14 loc) 184 B
module.exports = { presets: [ ['@babel/preset-env', { targets: { node: 'current' } }], ], env: { test: { plugins: ['istanbul'] } } };