HaxeFoundation / hxnodejs

Haxe externs for working with node.js
MIT License
171 stars 63 forks source link

[Feature request] Add `util.format` function #163

Closed cedx closed 4 years ago

cedx commented 4 years ago

Node.js provides the handy util.format() function which mimics the sprintf one from C, PHP... As Haxe standard library does not provide such function, it would be a useful addition.

cedx commented 4 years ago

Ooops! The function is already here: https://github.com/HaxeFoundation/hxnodejs/blob/master/src/js/node/Util.hx