Files

4 lines
117 B
TypeScript

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