UNPKG

payjoin-react-native

Version:
6 lines (5 loc) 149 B
// types/index.d.ts export class PayjoinURL { constructor(url: string); parse(): object; // Example method, can add more as necessary }