Spaces:
Runtime error
Runtime error
File size: 226 Bytes
b5ea024 |
1 2 3 4 5 6 7 8 9 10 11 |
"use strict";
module.exports = {
isSticky: require("./is-sticky"),
isUnicode: require("./is-unicode"),
match: require("./match"),
replace: require("./replace"),
search: require("./search"),
split: require("./split")
};
|