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

import createTester from './internal/createTester';
import eachOf from './eachOf';
import notId from './internal/notId';

export default createTester(eachOf, notId, notId);