UNPKG

@unchainedshop/plugins

Version:

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

9 lines (8 loc) 245 B
import { type IWorkerAdapter } from '@unchainedshop/core'; declare const HttpRequestWorkerPlugin: IWorkerAdapter<{ url?: string; data?: any; headers?: any; method: 'POST' | 'GET'; }, any>; export default HttpRequestWorkerPlugin;