auto-OrangeHRM / node_modules / lodash / fp / throttle.js
throttle.js
Raw
var convert = require('./convert'),
    func = convert('throttle', require('../throttle'));

func.placeholder = require('./placeholder');
module.exports = func;