import { TEasingFunction } from '../types'; export const EaseInQuint: TEasingFunction = (x) => x ** 5;