majgis / async-args

A utility to help with passing args to async functions.

Home Page:https://www.npmjs.com/package/async-args

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

prependValues reverses the order

majgis opened this issue · comments

if you prependValues ( 'a', 'b') it results in 'b', 'a'

prependConstants was found to be working fine