aboutsummaryrefslogtreecommitdiff
path: root/node_modules/es5-ext/reg-exp/#/index.js
blob: 9b098e0e247f96820be484c60f505cad66257e61 (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")
};