Searched refs:stripEof (Results 1 – 3 of 3) sorted by relevance
16 const stripEof = require('strip-eof');18 stripEof('foo\nbar\n\n');21 stripEof(new Buffer('foo\nbar\n\n')).toString();
5 const stripEof = require('strip-eof'); constant38 stripEof: true, property75 if (val && opts.stripEof) {76 val = stripEof(val);
164 #### stripEof subsubsection