0.0.0 • Published 11 years ago

fsendswith v0.0.0

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

fsendswith

Check if a file ends with a given utf-8 string.

NPM

Install

with npm do:

npm install fsendswith

Usage

var endswith = require('fsendswith');

endswith('myfile.csv', '\n', function(err, ok){

});

Tests

npm test

License

MIT

0.0.0

11 years ago