bvfnbk / node-assert

A pure JavaScript assert library for fluent input parameter validation.
Apache License 2.0
0 stars 0 forks source link

Inconsistent use of core validation functions. #15

Open bvfnbk opened 3 years ago

bvfnbk commented 3 years ago

https://github.com/bvfnbk/node-assert/blob/236678f37c860b6879de8898515e34e42a75958d/src/node-assert/ObjectAssert.mjs#L63


The referenced line uses isArray from core.js instead of the function provided by the dependency core (review other asserts as well)