UNPKG

@thisisagile/easy-test

Version:

Straightforward library for testing microservices built with @thisisagile/easy

8 lines (7 loc) 172 B
export declare const fits: { any: () => any; type: (type?: unknown) => any; with: (o: unknown) => any; text: (s: any) => any; json: (s: any) => any; };