"use strict"; module.exports = function* LineFeed() { yield "\n"; };