UNPKG

cosmic-payments

Version:

A payments library for cosmic.new. Designed to be used and deployed on cosmic.new

4 lines (3 loc) 272 B
export { createCosmicPaymentsHandler } from './createCosmicPaymentsHandler'; export type { AuthSession, CosmicPaymentsHandlerOptions } from './createCosmicPaymentsHandler'; export type { BillingPortalPayload, CheckoutLinkPayload, CreateCheckoutLinkBody } from '../types';