1.0.1 • Published 6 years ago

error-if-not-array v1.0.1

Weekly downloads
21
License
MIT
Repository
github
Last release
6 years ago

errorIfNotArray(arg): void

Triggers error "Input must be array" if arg is not array.

Installation

npm i error-if-not-array

Loading

import { errorIfNotArray } from 'error-if-not-array';