UNPKG

@graphql-mesh/plugin-jit

Version:
3 lines (2 loc) 150 B
import { type Plugin } from '@envelop/core'; export declare function useJIT<PluginContext extends Record<string, any> = {}>(): Plugin<PluginContext>;