count-spaces
1.1.0 • Public • Published count-spaces


Count number of spaces
Install
npm install --save count-spaces
Usage
ES2015 (ES6)
import {end, start, total} from 'count-spaces';
end('some spaces ');
start(' start');
total(' line of spaces ');
ES5
var countSpaces = require('count-spaces');
countSpaces.end('some spaces ');
countSpaces.start(' start');
countSpaces.total(' line of spaces ');
LICENSE
MIT
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads