Files

4 lines
111 B
TypeScript

import type { ExecuteValidator } from '../interface';
declare const any: ExecuteValidator;
export default any;