Looking to do output formatting (sprintf type functionality) in node.js, but before I write it myself I was wondering if there\'s something similar built-in (I\'ve trawled the d
There are couple in the npm registry which are actual sprintf implementations since util.format has just a very basic support.
sprintf
util.format