UNPKG

@n1k1t/mock-server

Version:

Powerful util to setup mocks over HTTP APIs

4 lines 495 B
import { IExpectationSchema, IExpectationOperatorsSchema } from '../types'; export declare const introspectExpectationOperatorsSchema: <T extends object = IExpectationSchema<import("../types").IExpectationSchemaContext<{}>>, K extends keyof T = keyof T>(schema: T, handler: (key: K, schema: T, path: string) => unknown, location?: string) => void; export declare const serializeExpectationSchema: <T extends IExpectationOperatorsSchema<any>>(schema: T) => T; //# sourceMappingURL=schema.d.ts.map