UNPKG

@envelop/core

Version:

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

4 lines (3 loc) 229 B
import { DefaultContext, Maybe, Plugin } from '@envelop/types'; export declare const useSchema: (schema: any) => Plugin; export declare const useSchemaByContext: (schemaLoader: (context: Maybe<DefaultContext>) => any) => Plugin;