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

std/fs/mod.ts>WriteJsonOptions

Deno standard library
Go to Latest
interface WriteJsonOptions
import { type WriteJsonOptions } from "https://deno.land/std@v0.40.0/fs/mod.ts";

Properties

optional
spaces: number | string
optional
replacer: Array<number | string> | Replacer