UNPKG

@busy-hour/blaze

Version:

<h1 align='center'>🔥 Blaze</h1> <div align='center'> An event driven framework for 🔥 Hono.js </div>

4 lines (3 loc) • 347 B
import type { RecordString, RecordUnknown } from '../types/common'; import type { AllDataValidatorOption } from './types'; export declare function validateAll<M extends RecordUnknown, H extends RecordString, P extends RecordUnknown, Q extends RecordUnknown, B extends RecordUnknown>(options: AllDataValidatorOption<M, H, P, Q, B>): Promise<void>;