UNPKG

@haiku/player

Version:

Haiku Player is a JavaScript library for building user interfaces

4 lines 182 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.easeInQuint = function (x) { return x * x * x * x * x; }; //# sourceMappingURL=easeInQuint.js.map