Repository URL to install this package:
|
Version:
3.12.2 ▾
|
import { METADATA_VERSIONS } from '../constants';
var isM1EdgyMetaVersion = function isM1EdgyMetaVersion(metadataVersion) {
return metadataVersion === METADATA_VERSIONS.M1_EDGY;
};
export default isM1EdgyMetaVersion;