is-smos
v1.0.4
Published
To check if the name given smos or not.
Readme
ABOUT
This package is used to tell whether the given name to the function isSmos() is smos or not.
INSTALLATION
$ npm install is-smosAfter it has been installed, you can use this function in your code.
USAGE
const isSmos = require('is-smos')
console.log(isSmos('Ronaldo'))
