UNPKG

@unchainedshop/plugins

Version:

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

7 lines (6 loc) 226 B
import express from 'express'; import type { UnchainedCore } from '@unchainedshop/core'; declare const _default: (app: express.Express, { unchainedAPI }: { unchainedAPI: UnchainedCore; }) => void; export default _default;