UNPKG

@heyframe-ag/meteor-admin-sdk

Version:

The Meteor SDK for the HeyFrame Administration.

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