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