# is-border-style

> Check if a string is the value of `border-style` property

Latest version **0.1.0** (published 2015-07-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install is-border-style
pnpm add is-border-style
yarn add is-border-style
bun add is-border-style
```

## 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 | 2015-07-26 |
| First published | 2015-07-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Masaaki Morishita |
| Maintainers | morishitter |
| Keywords | is, css |

## Links

- npm: https://www.npmjs.com/package/is-border-style
- Repository: https://github.com/morishitter/is-border-style/git
- npm.io page: https://npm.io/package/is-border-style

## Alternatives

- [memory-cache](https://npm.io/package/memory-cache.md) — 795.0K weekly downloads
- [@httptoolkit/proxy-agent](https://npm.io/package/@httptoolkit/proxy-agent.md) — 11.2K weekly downloads
- [express-cache-controller](https://npm.io/package/express-cache-controller.md) — 5.3K weekly downloads
- [http-cache-middleware](https://npm.io/package/http-cache-middleware.md) — 4.5K weekly downloads
- [cache2](https://npm.io/package/cache2.md) — 1.5K weekly downloads

## Recent versions

- 0.1.0 (latest) — 2015-07-26

## README

# is-border-style [![Build Status](https://travis-ci.org/morishitter/is-border-style.svg)](https://travis-ci.org/morishitter/is-border-style)

Check if a string is the value of `border-style` property

## Install

```shell
$ npm install is-border-style
```

## Usage

```js
var isBorderStyle = require('is-border-style')

isBorderStyle('solid') // true
isBorderStyle('dotted') // true
isBorderStyle('none') // true
isBorderStyle('foo') // false
```


## License

The MIT License (MIT)

Copyright (c) 2015 Masaaki Morishita

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