UNPKG

rambda

Version:

Lightweight and faster alternative to Ramda with included TS definitions

6 lines (4 loc) 130 B
import { type } from '../type.js' export function isIterable(input){ return Array.isArray(input) || type(input) === 'Object' }