UNPKG

@setu/upi-deep-links

Version:

NPM package to connect to Setu's UPI Deep Link APIs

4 lines (3 loc) 206 B
import { SetuUPIDeepLinkParams } from "./helpers/types"; import { SetuUPIDeepLinkInstance } from "./types"; export declare const SetuUPIDeepLink: (params: SetuUPIDeepLinkParams) => SetuUPIDeepLinkInstance;