@nerujs/methods
v1.0.3
Published
A typed http.METHODS
Downloads
3
Readme
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 methodslowercaseMethods
This is a lowercase typed array of http methods
Types
Method
This is a method type, one of the possible http methodsLowercaseMethod
This is a method type, but lowercase. This can also be done withLowercase<Method>