plcpeople / nodepccc

Library for node.js to communicate with some Allen-Bradley programmable controllers (PLCs)
MIT License
81 stars 24 forks source link

Remove dependency of underscore library #21

Closed gfcittolin closed 7 years ago

gfcittolin commented 7 years ago

We can remove the dependency on underscore by replacing the array checks with javascript's built-in Array.isArray()