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