"use strict"; module.exports = function (i) { return i[1];};
"use strict";
module.exports = function (i) {
return i[1];
};