# nv-array-include

> nv-array-include ============ - nv-array-include

Latest version **1.0.3** (published 2025-02-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install nv-array-include
pnpm add nv-array-include
yarn add nv-array-include
bun add nv-array-include
```

## Health

**Score 25/100 (F)** — status: maintenance-mode.

Positive: no vulnerabilities.

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

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2025-02-20 |
| First published | 2021-02-28 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 3.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | ihgazni2 |

## Links

- npm: https://www.npmjs.com/package/nv-array-include
- npm.io page: https://npm.io/package/nv-array-include

## Dependencies (2)

- [nv-facutil-istis](https://npm.io/package/nv-facutil-istis.md) ^1.0.8
- [nv-facutil-typis](https://npm.io/package/nv-facutil-typis.md) ^1.0.6

## Recent versions

- 1.0.3 (latest) — 2025-02-20
- 1.0.2 — 2023-08-31
- 1.0.1 — 2021-06-29
- 1.0.0 — 2021-02-28

## README

nv-array-include
============
- nv-array-include 


install
=======
- npm install nv-array-include 

usage
=====
    
example
-------

    const ary_clu = require("nv-array-include")

    > ary_clu.start_with([1,2,3,4,5],[1,2])
    true
    > ary_clu.start_with([1,2,3,4,5],[10])
    false
    >
    > ary_clu.end_with([1,2,3,4,5],[4,5])
    true
    >
    > ary_clu.strict_include([1,2,3,4,5],[2,3,4])
    true
    > ary_clu.strict_include([1,2,3,4,5],[1,3,4])
    false
    >
    > ary_clu.loose_include([1,2,3,4,5],[1,3,4])
    true
    >


API
====

- ary\_clu.start\_with(arr,l,auto=false) 
- ary\_clu.end\_with(arr,l,auto=false) 
- ary\_clu.strict\_include(arr,l,auto=false) 
- ary\_clu.loose\_include(arr,l,auto=false)

LICENSE
=======
- ISC

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