UNPKG

cleansend

Version:

A TypeScript implementation of the OpenMsg Protocol - secure, decentralized messaging system with end-to-end encryption for cross-domain communication

11 lines 415 B
"use strict"; /** * OpenMsg Protocol Type Definitions * * This module contains all TypeScript interfaces and types used throughout * the CleanSend OpenMsg Protocol implementation. These types ensure type safety * and provide clear contracts for data structures, API requests/responses, * and database models. */ Object.defineProperty(exports, "__esModule", { value: true }); //# sourceMappingURL=index.js.map