UNPKG

@scalar/api-client

Version:

the open source API testing client

6 lines (5 loc) 161 B
import { stringify as n } from "yaml"; const f = (r, i) => i === "yaml" ? n(r, { indent: 2 }) : JSON.stringify(r, null, 2); export { f as stringifyDocument };