UNPKG

@foxxie/centra

Version:

A fork of Centra to support shortcut methods in Foxxie, and with typescript support.

7 lines (6 loc) 279 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.centra = void 0; var CentraRequest_1 = require("./model/CentraRequest"); var centra = function (url, method) { return new CentraRequest_1.CentraRequest(url, method); }; exports.centra = centra;