Home
last modified time | relevance | path

Searched refs:stripEof (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/strip-eof/
Dreadme.md16 const stripEof = require('strip-eof');
18 stripEof('foo\nbar\n\n');
21 stripEof(new Buffer('foo\nbar\n\n')).toString();
/third_party/node/deps/npm/node_modules/execa/
Dindex.js5 const stripEof = require('strip-eof'); constant
38 stripEof: true, property
75 if (val && opts.stripEof) {
76 val = stripEof(val);
Dreadme.md164 #### stripEof subsubsection