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