Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.06 KB

NPM version Build status Test coverage Downloads

e-prime

npm module for detecting 'to be' verbs. Also a module used within write-good.

Install

npm install e-prime

Use

var eprime = require('e-prime');
var problems = eprime('NodeJs is awesome :)');
// problems -> [{ index: 7, offset: 2 }]

License

MIT