Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/writetome51/is-string-not-string

2 functions that check if argument is or is not string
https://github.com/writetome51/is-string-not-string

is-string javascript not-string type-check

Last synced: about 16 hours ago
JSON representation

2 functions that check if argument is or is not string

Awesome Lists containing this project

README

        

# isString(arg): boolean

Returns true if `arg` is type 'string'.

# notString(arg): boolean

## Installation
`npm i @writetome51/is-string-not-string`

## Loading
```js
import { isString, notString } from '@writetome51/is-string-not-string';
```