npm.io
1.0.3 • Published 2 years ago

@nerujs/methods

Licence
MIT
Version
1.0.3
Deps
0
Size
4 kB
Vulns
0
Weekly
0
Stars
9

Methods

This is a simple typed version of nodes http.METHODS, it's made since neru requires a typed http methods and nodes is typed as string

Exported members

Code

  • methods
    This is a uppercase typed array of http methods

  • lowercaseMethods
    This is a lowercase typed array of http methods

Types

  • Method
    This is a method type, one of the possible http methods

  • LowercaseMethod
    This is a method type, but lowercase. This can also be done with Lowercase<Method>