UNPKG

sdk-node-apis-efi

Version:

Module for integration with Efi Bank API

7 lines (6 loc) 235 B
import { EfiPay } from './wrapper.js'; export default EfiPay; export { EfiPay }; export type { SdkOptions } from './wrapper.js'; export * from './types/index.js'; export type { StaticPixData, StaticPixResponse } from './pixStatic.js';