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