1.0.1 • Published 2 years ago

is-nod-labs v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

is-nod-labs

Installation

npm i is-nod-labs

or

yarn add is-nod-labs

Usage

const isNodLabs = require('is-nod-labs');

const resultHi = isNodLabs('HI')
const resultNodLabs = isNodLabs('NodLabs')

console.log('resultHi', resultHi); // false
console.log('resultNodLabs', resultNodLabs); // true