UNPKG

cows

Version:
7 lines (5 loc) 190 B
'use strict'; const fs = require('fs'); const path = require('path'); module.exports = () => fs.readFileSync(path.join(__dirname, 'cows.txt'), 'utf8') .replace(/\n$/, '').split('\n\n\n');