# @amphibian/is-string

> string type checker

Latest version **1.0.2** (published 2016-12-14) · ISC license · 0 weekly downloads

## Install

```sh
npm install @amphibian/is-string
pnpm add @amphibian/is-string
yarn add @amphibian/is-string
bun add @amphibian/is-string
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2016-12-14 |
| First published | 2015-11-20 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Thomas Lindstrøm |
| Maintainers | amphibian |

## Links

- npm: https://www.npmjs.com/package/@amphibian/is-string
- Repository: https://gitlab.com/thomaslindstr_m/is-string
- Homepage: https://gitlab.com/thomaslindstr_m/is-string#README
- Issues: https://gitlab.com/thomaslindstr_m/is-string/issues
- npm.io page: https://npm.io/package/@amphibian/is-string

## Recent versions

- 1.0.2 (latest) — 2016-12-14
- 1.0.1 — 2016-09-08
- 1.0.0 — 2015-11-20

## README

# is-string

[![build status](https://gitlab.com/ci/projects/31185/status.png?ref=master)](https://gitlab.com/ci/projects/31185?ref=master)

string type checker

```
npm install @amphibian/is-string
```

```javascript
var isString = require('@amphibian/is-string');

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

---
_Source: https://npm.io/package/@amphibian/is-string · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
