package.dist.noop.es.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
A collection of utility functions for animations.
const noop = () => { };
const noopReturn = (v) => v;
export { noop, noopReturn };