jspm / jspm-cli

ES Module Package Manager
https://jspm.org
Apache License 2.0
3.79k stars 272 forks source link

build: fix array instance check #2482

Closed guybedford closed 5 years ago

guybedford commented 5 years ago

This fixes the Array check, which was something between an instanceof and Array.isArray check.

Fixes https://github.com/jspm/jspm-cli/pull/2480#issuecomment-505789565.