Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/registerable/format/json.ts>outputFormat

Check if it can be registered as a package name or domain name
Latest
variable outputFormat
import { outputFormat } from "https://deno.land/x/registerable@v1.3.2/format/json.ts";

type

(isJSON: boolean, val: Record<PropertyKey, boolean>) => unknown