UNPKG

@unchainedshop/plugins

Version:

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

5 lines (4 loc) 182 B
import { type IPlugin } from '@unchainedshop/core'; export declare const ExternalPlugin: IPlugin; export default ExternalPlugin; export { ExternalWorkerPlugin } from './adapter.ts';