XO type definitions and interfaces
⚠️ This project is in early development phase. Use it only if you understand what you are doing and accept the risks. Do not use funds you are not willing to lose. Minor version bumps may introduce breaking changes
npm install @xo-cash/types
import { XOInvitation, XOTemplate } from '@xo-cash/types';
Run npm run style to format code. This command runs Prettier first, then ESLint with --fix.
Note: Prettier adjusts comment formatting, which conflicts with our ESLint lines-around-comment rule. Running ESLint after Prettier restores the preferred comment formatting.
MIT - See LICENSE for details.