index.js 226 Bytes Raw Blame History Permalink 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") };