trailing-whitespaces-0.3.0-beta.5 is not a library.
trailing-whitespaces
Removes trailing whitespaces from your files.
Inspired by npx tool https://github.com/o175/trailing-whitespaces#readme
Usage
trailing-whitespaces [-v] glob ...
-v lists changed files
Glob patterns
Rust glob
crate patterns are described here.
They are slighly different from JS fast-glob patterns
which original JavaScript trailing-whitespaces tool uses.
Instead of
npx trailing-whitespaces ./src/**/.js
You need to run
trailing-whitespaces ./src/**/*.js
License
This is free and unencumbered software released into the public domain.
This code can be used under terms of CC0-1.0 or the Unlicense.