UNPKG

@dankira/niubiz

Version:

A simple library for integrating with the niubiz API

4 lines (3 loc) 192 B
export declare const getDomain: () => string; export declare const generateSesion: (token: string, payment: Object) => Promise<any>; export declare const generatePurchaseNumber: () => string;