deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / middleware / pretty-json / index.js

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
"use strict";Object.defineProperty(exports, "__esModule", { value: true });exports.prettyJSON = void 0;const prettyJSON = (options = { space: 2 }) => { return async (c, next) => { const pretty = c.req.query('pretty') || c.req.query('pretty') === '' ? true : false; c.pretty(pretty, options.space); await next(); };};exports.prettyJSON = prettyJSON;
deno

Version Info

Tagged at
2 years ago