Source: functions/index.ts

/**
 * @module module:functions
 */
export * from './debounce';
export * from './deepFreeze';
export * from './noop';
export * from './throttle';