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) 104 B
import { Plugin } from '@envelop/types'; export declare const useValidationRule: (rule: any) => Plugin;