/** * @import { * EasingFunction, * } from '../types/index.js' */ /** @type {EasingFunction} */ export const none: EasingFunction; import type { EasingFunction } from '../types/index.js';