UNPKG

starty

Version:

a lightweight framework which helps building modular and configurable Node.js applications

14 lines (11 loc) 172 B
'use strict' const GET = 'get'; const POST = 'post'; const PUT = 'put'; const DELETE = 'delete'; module.exports = { GET, POST, PUT, DELETE }