node-simple-swizzle

Simply swizzle your arguments
  https://github.com/qix-/node-simple-swizzle
  0
  no reviews



This module can be used to swizzle your function arguments; ie, pass in mixed arrays/values and get a clean array. For example, if you swizzle (1, [2, 3], 4), then you get [1, 2, 3, 4].

Node.js is an event-based server-side JavaScript engine.