summaryrefslogtreecommitdiff
path: root/build-es/applyEach.js
blob: 2c5f001da35c075bb0e47d66e6878ca1d2f59640 (plain)
1
2
3
4
5
6
'use strict';

import applyEach from './internal/applyEach';
import eachOf from './eachOf';

export default applyEach(eachOf);