expose module's utility function
I've developed a Nuxt module that uses an internal utility function. I'd like to make this utility function accessible to end users of my module. How can I properly expose this function?
1 Reply
addServerImports
is what I needed
However types are not recognized by auto imports