# @themang/is-asset

> Check if file path is asset.

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

## Install

```sh
npm install @themang/is-asset
pnpm add @themang/is-asset
yarn add @themang/is-asset
bun add @themang/is-asset
```

## 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-19 |
| First published | 2015-07-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | ~0.10.38 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | themang |

## Links

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

## Recent versions

- 0.1.0 (latest) — 2015-07-19

## README

# is-asset

[ ![Codeship Status for themang/is-asset](https://img.shields.io/codeship/590699c0-108a-0133-fd3b-5a9b1173a114/master.svg)](https://codeship.com/projects/92052) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://github.com/feross/standard)

Check if file path is asset.

## Installation

    $ npm install @themang/is-asset

## Example

```js
var isAsset = require('@themang/is-asset')

// true
isAsset('file.png')
```

## License

The MIT License

Copyright &copy; 2015, Weo.io &lt;info@weo.io&gt;

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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