@just-baiting/is-sup
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@just-baiting/is-sup", | ||
"author": "Michael Nguyen", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"license": "MIT", | ||
@@ -15,2 +15,3 @@ "main": "dist/index.js", | ||
}, | ||
"homepage": "https://github.com/just-baiting/is-sup", | ||
"scripts": { | ||
@@ -17,0 +18,0 @@ "start": "tsdx watch", |
# 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-sup | ||
``` | ||
## Usage | ||
```js | ||
import { isSup } from '@just-baiting/is-sup'; | ||
console.log(isSup('sup')); // true | ||
console.log(isSup('hi, sup?')); // false | ||
``` |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4768
1
21