UNPKG

cluedin-widget

Version:

This is the project for creating and managing widgets in CluedIn.

6 lines 162 B
var debounce = require( 'lodash/debounce' ); var throttle = require( 'lodash/throttle' ); module.exports = { debounce: debounce, throttle: throttle };