1.0.1 • Published 10 years ago
is-singlish v1.0.1
is-singlish 
Check whether a string contains Singlish phrases
Install
$ npm install --save is-singlishUsage
const isSinglish = require('is-singlish');
isSinglish('I think can la').then(result => {
console.log(result);
});
// true
isSinglish('I think this is possible').then(result => {
console.log(result);
});
// falseRelated
- is-singlish-cli - CLI for this module
License
MIT © Daryl Chan