UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

16 lines (15 loc) 347 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ruby = void 0; const client_js_1 = require("./native/client.js"); exports.ruby = { info: { key: 'ruby', title: 'Ruby', extname: '.rb', default: 'native', }, clientsById: { native: client_js_1.native, }, };