apos-to-lex-form
v1.0.5
Published
This package converts apostrophe-connecting words to their standard lexicon form
Downloads
1,188
Readme
Install
$ npm i -s 'apos-to-lex-form'
Usage
const aposToLexForm = require('apos-to-lex-form');
aposToLexForm("I'm not really sure but it looks like we've got what you're searching for.");
// I am not really sure but it looks like we have got what you are searching for.