UNPKG

@shopware-ag/meteor-admin-sdk

Version:

The Meteor SDK for the Shopware Administration.

4 lines (3 loc) 235 B
type Comparator = '=' | '!=' | '<' | '>' | '<=' | '>='; export default function getCompareIsShopwareVersion(getShopwareVersion: () => Promise<string>): (comparator: Comparator, versionToCompare: string) => Promise<boolean>; export {};