'use strict'; // default export // good for split() and test() module.exports = /\r?\n/; // export global option // good for match() module.exports.g = /\r?\n+/g;