UNPKG

@unchainedshop/plugins

Version:

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

3 lines (2 loc) 210 B
declare const _default: (baseUrl: string | undefined, instance: string, secret: string) => ((path: string, method: "GET" | "DELETE" | "PUT" | "POST", data?: any) => Promise<Response>); export default _default;