UNPKG

@nodeswork/sbase

Version:

Basic REST api foundation from Nodeswork.

13 lines (11 loc) 363 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Method; (function (Method) { Method["GET"] = "get"; Method["POST"] = "post"; Method["PUT"] = "put"; Method["DELETE"] = "delete"; })(Method = exports.Method || (exports.Method = {})); exports.METADATA_KEY = 'a7:router-meta'; //# sourceMappingURL=declarations.js.map