2.0.0 • Published 4 years ago

error-if-not-array v2.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
4 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';