sticky.js 100 Bytes
Newer Older
Robin Borgogno's avatar
Robin Borgogno committed
1 2 3 4 5
require('../../modules/es.regexp.sticky');

module.exports = function (it) {
  return it.sticky;
};