UNPKG

@envelop/core

Version:

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

3 lines (2 loc) 137 B
import { GetEnvelopedFn, Plugin } from '@envelop/types'; export declare const useEnvelop: (envelop: GetEnvelopedFn<any>) => Plugin<any>;