4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import type { ExecuteValidator } from '../interface';
|
|
declare const any: ExecuteValidator;
|
|
export default any;
|