UNPKG

vero-ts

Version:

Typescript Wrapper for getvero.com API

12 lines (11 loc) 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // Probably unnecessary but saves human error var HTTP; (function (HTTP) { HTTP["POST"] = "POST"; HTTP["PUT"] = "PUT"; HTTP["GET"] = "GET"; })(HTTP || (HTTP = {})); // `export default enum` not supported exports.default = HTTP;