forked from mirror/Riven
1
0
Fork 0
Riven/riven/srcgen/node_modules/lodash/fp/throttle.js

6 lines
161 B
JavaScript

var convert = require('./convert'),
func = convert('throttle', require('../throttle'));
func.placeholder = require('./placeholder');
module.exports = func;