Copy link
@favna

favna Sep 26, 2021

Member

@kyranet isn't goerr basically achieving the same as Skyra's safeWrapPromise? Because if so then I'd very much rather port that to Framework than adding a whole dependency just to achieve the same.

If we port it then it can be in src/lib/utils/functions/safeWrapPromise.ts and we can have src/lib/utils/functions/index.ts re-export it, then at src/index.ts we export * as Utilities from './lib/utils/functionss. This is similar to Resolvers.