@typed/is-array-like
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@typed/is-array-like

Well-typed isArrayLike implementation

Let me have it!

npm install --save @typed/is-array-like

API

`isArrayLike(x: any): x is ArrayLike;

import { isArrayLike } from '@typed/is-array-like';

isArrayLike([]) // true

function () {
  isArrayLike(arguments) // true
}

isArrayLike({}) // false

Readme

Keywords

Package Sidebar

Install

npm i @typed/is-array-like

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • typed