unjs / unenv

🕊️ Convert javaScript code to be runtime agnostic
MIT License
443 stars 22 forks source link

fix(events): export once function #68

Closed officialpiyush closed 1 year ago

officialpiyush commented 1 year ago

This PR exports the once function in the event node runtime polyfill

patched the library (using pnpm) in my current project, was able to complete the build successfully. image

should fix #54