add export statement

This commit is contained in:
casperlamboo 2017-11-08 23:39:58 +01:00
parent 73764aed75
commit a9038e2e30

View File

@ -43,7 +43,7 @@ export function asyncIterator(array, callback) {
// return result;
// }
function createThrottle() {
export function createThrottle() {
let next = null;
return callback => {