summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/escope/node_modules/es6-map/node_modules/es5-ext/function/#/index.js
blob: 8d0da007fa182b4c907ea174a16174bc9ffafc32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
'use strict';

module.exports = {
	compose:        require('./compose'),
	copy:           require('./copy'),
	curry:          require('./curry'),
	lock:           require('./lock'),
	not:            require('./not'),
	partial:        require('./partial'),
	spread:         require('./spread'),
	toStringTokens: require('./to-string-tokens')
};