UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

5 lines (4 loc) 112 B
module.exports = function lines(str) { if (str == null) return []; return String(str).split(/\r\n?|\n/); };