Home Manual Reference Source Test Repository

src/operations/catalog/period/MONTHS_ENUM.js

/**
 * Months values allowed
 */
export const MONTHS_ENUM = ['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC'];