isValid.d.ts 72 B

12
  1. declare const isValid: (value: any) => boolean;
  2. export default isValid;