You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
1.) Is sync way available? I see in source code in index.cjs.js that it should return sync function when there is no import and export in options const canReturnSyncFunction = importFrom.length === 0 && exportTo.length === 0; but it seem to do nothing, always Promise/LazyResult is returned.