# @rojo2/is-string

> Returns if a value is a string

Latest version **1.0.2** (published 2018-05-15) · MIT license · 0 weekly downloads

## Install

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

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-05-15 |
| First published | 2018-05-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.6 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | ROJO 2 |
| Maintainers | aitormm, azazeln28 |
| Keywords | string, types, type, values |

## Links

- npm: https://www.npmjs.com/package/@rojo2/is-string
- Repository: https://github.com/rojo2/is-string
- Homepage: https://github.com/rojo2/is-string#readme
- Issues: https://github.com/rojo2/is-string/issues
- npm.io page: https://npm.io/package/@rojo2/is-string

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2018-05-15
- 1.0.1 — 2018-05-15

## README

# Is string
![Travis CI](https://travis-ci.org/rojo2/is-string.svg?branch=master)

```javascript
import isString from "@rojo2/is-string"

isString("Hello, World!"); // true
isString(new String("Hola")); // true
isString(null); // false
isString(undefined); // false
isString(1); // false
isString({}); // false
isString([]); // false
```

Made with :heart: by ROJO 2 (http://rojo2.com)

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