sierotki
v1.2.1
Published
Removes single/double characters at the end of line.
Downloads
36
Readme
sierotki npm package
Live demo
Installation
npm install sierotkiNodeJS
var Sierotki = require('sierotki').Sierotki; // class SierotkiBrowser
<script type="text/javascript" src="/node_modules/sierotki/index.js"></script>
<script type="text/javascript">
let newText = Sierotki.orphansFix(some_text_to_be_fixed);
</script>