UNPKG

@envelop/core

Version:

This is the core package for Envelop. You can find a complete documentation here: https://github.com/n1ru4l/envelop

6 lines (5 loc) 180 B
export const useExtendContext = (contextFactory) => ({ async onContextBuilding({ context, extendContext }) { extendContext((await contextFactory(context))); }, });