Export `use` so that it's easier to import
Marked version: 3.x.x
Describe the bug A clear and concise description of what the bug is.
Right now, import {use} from "markedjs" does not work, this worked in 2.x.x.
To Reproduce Steps to reproduce the behavior:
Install & import it.
The DefinitelyTyped definitions also mark this incorrectly as being supported still.
A workaround is importing one of the structures that use is defined on like parse and calling parse.use(). This seems convoluted.
Expected behavior A clear and concise description of what you expected to happen.
use should be exported so we can import it directly.
This would be fixed by https://github.com/markedjs/marked/pull/2227/files#diff-a1f849ecb1b5f277935b6443d357e81407d4f53e94dce3668115a64a33b8ef91R10 if we merge that PR
Looks like that's merged, so this can be closed?
Yes, thanks!