All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.util.debounce.d.ts Maven / Gradle / Ivy

declare const debounce: (fn: () => void, delay: number) => void;
export default debounce;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy