Geen omschrijving

index.js 140B

    var throttle = require('./throttle'); var debounce = require('./debounce'); module.exports = { throttle: throttle, debounce: debounce };