@taprsvp/types
Version:
TypeScript types and interfaces for the Transaction Authorization Protocol (TAP)
9 lines • 355 B
TypeScript
/**
* @fileoverview Tests for TAP Message Validation using Zod v4
*
* These tests verify that the Zod validation schemas correctly validate and reject
* TAP messages according to the protocol specifications.
* Now includes property-based tests using fast-check for comprehensive validation.
*/
export {};
//# sourceMappingURL=validator.test.d.ts.map