UNPKG

datamosh-cli

Version:
5 lines 83 B
module.exports = { mix(a, b, t) { return a + t * (b - a); }, };