UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

5 lines (4 loc) 196 B
export * from './adapter.ts'; import appleTransactionsModule, { type AppleTransactionsModule } from './module.ts'; export type { AppleTransactionsModule }; export default appleTransactionsModule;