UNPKG

bbo

Version:

bbo is a utility library of zero dependencies for javascript.

8 lines (5 loc) 130 B
import getTag from './get_tag.js'; function isArray(arr) { return getTag(arr) === '[object Array]'; } export default isArray;