UNPKG

@bigteam/node-aot

Version:
13 lines (11 loc) 146 B
const PRIORITY = [ 'Low', 'Medium', 'High' ]; module.exports = { PRIORITY: PRIORITY, LOW: 'Low', MEDIUM: 'Medium', HIGH: 'High' };