UNPKG

@unchainedshop/plugins

Version:

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

5 lines (4 loc) 206 B
import { type IPlugin } from '@unchainedshop/core'; export declare const BudgetSMSPlugin: IPlugin; export default BudgetSMSPlugin; export { BudgetSMSWorker, checkBudgetSmsCredentials } from './adapter.ts';