/** * This module provides different functions that provide different ways to * manage how functions are executed. * * @module Functions/ExecutionManagement * @author Alan Rodas Bonjour */ export * from './debounce'; export * from './throttle'; //# sourceMappingURL=index.d.ts.map