Socket
Book a DemoInstallSign in
Socket

is-positive-array

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

is-positive-array

Checks whether a value is an array with more than zero items

latest
Source
npmnpm
Version
1.0.12
Version published
Maintainers
1
Created
Source

npm bundle size GitHub release (latest by date) npm-donwloads-per-year

is-positive-array

Checks whether a value is an array with more than zero items

Install

$ npm install --save is-positive-array

or

$ yarn add is-positive-array

API

isPositiveArray(incomingValue: unknown): boolean

incomingValue

Type: unknown

Usage

import

    import isPositiveArray from 'is-positive-array';
    // or
    var isPositiveArray = require('is-positive-array');

positive array

    import isPositiveArray from 'is-positive-array';

    const result = isPositiveArray([1, 2, 3]);

    console.log(result);
    // true

empty array

    import isPositiveArray from 'is-positive-array';

    const result = isPositiveArray([]);

    console.log(result);
    // false

incorrect value

    import isPositiveArray from 'is-positive-array';

    const result = isPositiveArray(undefined);

    console.log(result);
    // false

License

MIT © Kas Elvirov

Keywords

array

FAQs

Package last updated on 02 Feb 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.