@stripe402/core
Installation
pnpm add @stripe402/coreExports
// types.ts — All TypeScript interfaces and types
export * from './types'
// constants.ts — Protocol version, header names, unit conversion
export * from './constants'
// headers.ts — Base64 JSON encoding/decoding
export * from './headers'
// identity.ts — HMAC-SHA256 client ID derivation
export * from './identity'
// errors.ts — Stripe402Error class
export * from './errors'Sub-Pages
Last updated