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

module.exports = {
	isSticky:  require('./is-sticky'),
	isUnicode: require('./is-unicode'),
	match:     require('./match'),
	replace:   require('./replace'),
	search:    require('./search'),
	split:     require('./split')
};