Hey man, have you heard of JsTranformer's [1] they're a standard way of parsing strings in and out of different formats. Markdown-it [2] seems to do this too.
That seems overkill... to ask any js lib author who transforms a string to another string to use this API. The async version doesn't even use promises, so can't be `await`ed... why should anyone choose to do this?
Edit: Kay it returns promises, but still, overkill.
4 comments
[ 6.5 ms ] story [ 17.9 ms ] thread[1] https://www.npmjs.com/package/jstransformer
[2] https://github.com/jstransformers/jstransformer-markdown-it
Edit: Kay it returns promises, but still, overkill.