# x-is-string

> Simple string test

Latest version **0.1.0** (published 2014-04-04) · 0 weekly downloads

## Install

```sh
npm install x-is-string
pnpm add x-is-string
yarn add x-is-string
bun add x-is-string
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2014-04-04 |
| First published | 2014-04-04 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 3 |
| Author | Matt-Esch |
| Maintainers | mattesch |

## Links

- npm: https://www.npmjs.com/package/x-is-string
- Repository: https://github.com/Matt-Esch/x-is-string
- Issues: https://github.com/Matt-Esch/x-is-string/issues
- npm.io page: https://npm.io/package/x-is-string

## Recent versions

- 0.1.0 (latest) — 2014-04-04

## README

# x-is-string

Simple string test

## Example

```js
var isString = require("x-is-string")

isString("hello")
// -> true

isString("")
// -> true

isString(new String("things"))
// -> true

isString(1)
// -> false

isString(true)
// -> false

isString(new Date())
// -> false

isString({})
// -> false

isString(null)
// -> false

isString(undefined)
// -> false
```

## Installation

`npm install x-is-string`

## Contributors

 - Matt-Esch

## MIT Licenced

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