N
Nuxt8mo ago
rrd

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
rrd
rrdOP8mo ago
addServerImports is what I needed However types are not recognized by auto imports

Did you find this page helpful?