export const MAX_OCCURRENCES = 50; export const LICENSE_LENGTH = 21; export const OLD_LICENSE_LENGTH = 26; export const EMPTY_ARRAY = Object.freeze( [] ); export const EMPTY_OBJECT = Object.freeze( {} );