sticky.js 100 B

12345
  1. require('../../modules/es.regexp.sticky');
  2. module.exports = function (it) {
  3. return it.sticky;
  4. };