UNPKG

@stevescruz/task-master

Version:

A command-line todo list that allows you to write your tasks, set priorities, view existing tasks and view the next tasks due.

6 lines (5 loc) 142 B
const AllowedChoicesTaskEnum = { PRIORITIES: ['L', 'N', 'H'], STATUS: ['pending', 'done'], } module.exports = AllowedChoicesTaskEnum;