UNPKG

75 BJavaScriptView Raw
1function quadraticOut(k) {
2 return k * (2 - k);
3}
4export { quadraticOut };
\No newline at end of file