Files

4 lines
111 B
TypeScript
Raw Permalink Normal View History

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