1.0.1 • Published 8 years ago

is-singlish v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

is-singlish Build Status

Check whether a string contains Singlish phrases

Install

$ npm install --save is-singlish

Usage

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);
});
// false

Related

License

MIT © Daryl Chan