UNPKG

483 BTypeScriptView Raw
1/**
2 Checks if the currently running Ember version is greater than or equal to the
3 specified major and minor version numbers.
4
5 @private
6 @param {number} major the major version number to compare
7 @param {number} minor the minor version number to compare
8 @returns {boolean} true if the Ember version is >= MAJOR.MINOR specified, false otherwise
9*/
10export default function hasEmberVersion(major: number, minor: number): boolean;
11//# sourceMappingURL=has-ember-version.d.ts.map
\No newline at end of file