UNPKG

@unchainedshop/plugins

Version:

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

7 lines (6 loc) 241 B
import { type IEnrollmentAdapter } from '@unchainedshop/core'; export declare const rangeMatcher: (date?: Date) => ({ start, end }: { start: any; end: any; }) => boolean; export declare const LicensedEnrollments: IEnrollmentAdapter;