# is-nod-labs

> Nod npm proof of concept

Latest version **1.0.1** (published 2022-02-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install is-nod-labs
pnpm add is-nod-labs
yarn add is-nod-labs
bun add is-nod-labs
```

## 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.1 |
| Published | 2022-02-01 |
| First published | 2022-02-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 972 B |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | NEON |
| Maintainers | 0xneon |

## Links

- npm: https://www.npmjs.com/package/is-nod-labs
- Repository: https://github.com/0xNeon-opensource/nod-npm
- Homepage: https://github.com/0xNeon-opensource/nod-npm#readme
- Issues: https://github.com/0xNeon-opensource/nod-npm/issues
- npm.io page: https://npm.io/package/is-nod-labs

## Recent versions

- 1.0.1 (latest) — 2022-02-01
- 1.0.0 — 2022-02-01

## README

# is-nod-labs

## Installation

`npm i is-nod-labs`

*or*

`yarn add is-nod-labs`
 
## Usage

```
const isNodLabs = require('is-nod-labs');

const resultHi = isNodLabs('HI')
const resultNodLabs = isNodLabs('NodLabs')

console.log('resultHi', resultHi); // false
console.log('resultNodLabs', resultNodLabs); // true
```

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