UNPKG

@yobta/validator

Version:
11 lines 472 B
import type { YobtaAsyncResult } from '../../_types/YobtaAsyncResult'; import type { YobtaAsyncValidator } from '../../_types/YobtaAsyncValidator'; interface MockFormFactory { (innerHtml: string): { change<V>(validate: YobtaAsyncValidator<unknown, V>): YobtaAsyncResult<V>; submit<V>(validate: YobtaAsyncValidator<unknown, V>): YobtaAsyncResult<V>; }; } export declare const mockForm: MockFormFactory; export {}; //# sourceMappingURL=index.d.ts.map