UNPKG

@unchainedshop/plugins

Version:

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

5 lines (4 loc) 263 B
import { type IWorkerAdapter, type UnchainedCore } from '@unchainedshop/core'; export declare const ExportTokenWorker: IWorkerAdapter<void, void>; export declare const configureExportToken: (unchainedAPI: UnchainedCore) => void; export default ExportTokenWorker;