@just-baiting/is-sup
v0.1.2
Published
Checks to see if a string passed through starts with `sup`.
Readme
Is Sup
Checks to see if a string passed through starts with sup.
If sup is passed it will return true otherwise it will be false
Installation
yarn add @just-baiting/is-supUsage
import { isSup } from '@just-baiting/is-sup';
console.log(isSup('sup')); // true
console.log(isSup('hi, sup?')); // false