@f/is-string

Check if string.

Usage no npm install needed!

<script type="module">
  import fIsString from 'https://cdn.skypack.dev/@f/is-string';
</script>

README

is-string

Build status Git tag NPM version Code style

Check if string.

Installation

$ npm install @f/is-string

Usage

var isString = require('@f/is-string')

isString('foo') // => true

API

isString(value)

  • value - value to test

Returns: boolean

License

MIT