Viewing File: /home/ubuntu/voice-assistant-frontend/node_modules/yup/lib/util/isSchema.d.ts

import type { SchemaLike } from '../types';
declare const isSchema: (obj: any) => obj is SchemaLike;
export default isSchema;
Back to Directory File Manager