UNPKG

@altostra/core

Version:

Core library for shared types and logic

1 lines 335 B
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.isHttpMethod=exports.httpMethods=void 0;const type_validations_1=require("@altostra/type-validations");exports.httpMethods=["GET","POST","DELETE","PUT","PATCH","OPTIONS","HEAD","ANY"],exports.isHttpMethod=(0,type_validations_1.enumOf)(...exports.httpMethods);