Closed guybedford closed 5 years ago
This fixes the Array check, which was something between an instanceof and Array.isArray check.
instanceof
Array.isArray
Fixes https://github.com/jspm/jspm-cli/pull/2480#issuecomment-505789565.
This fixes the Array check, which was something between an
instanceof
andArray.isArray
check.Fixes https://github.com/jspm/jspm-cli/pull/2480#issuecomment-505789565.