UNPKG

@paycargo/js-angular

Version:

First, run `npm i @paycargo/js-angular` in your Command Line Interface. Afterwards, the following dependency will be found in the `package.json`. The ellipses (...) represent the presence of other possible code.

5 lines (4 loc) 209 B
export * from './lib'; export * from './lib/proxy'; export type { BatchApprovalResponse, BatchData, TransactionI } from '@paycargo/js/'; export { PayCargoCheckoutModule } from './lib/paycargo-angular.module';