UNPKG

capacitor-plugin-cashfree-pg

Version:

A modern Capacitor plugin for Cashfree Payment Gateway with official API contract support

6 lines (5 loc) 200 B
import type { CFPaymentGatewayPlugin } from './definitions'; declare const CFPaymentGateway: CFPaymentGatewayPlugin; export * from './definitions'; export * from './web'; export { CFPaymentGateway };