UNPKG

fyrejet

Version:

Web Framework for node.js that strives to provide (almost) perfect compatibility with Express, while providing better performance, where you need it.

10 lines (7 loc) 129 B
'use strict' /** * Supported HTTP methods */ const methods = require('methods') methods.push('all') module.exports = methods