UNPKG

httpsnippet-lite

Version:

HTTP Request snippet generator for *most* languages

13 lines (12 loc) 245 B
import { clj_http } from "./clj_http/client.mjs"; export const clojure = { info: { key: 'clojure', title: 'Clojure', extname: '.clj', default: 'clj_http', }, clientsById: { clj_http, }, };