Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@amphibian/is-string

string type checker

readme

is-string

build status

string type checker

npm install @amphibian/is-string
var isString = require('@amphibian/is-string');

isString(''); // > true
isString(true); // > false