Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/clone/deps.ts>fs.writeJsonSync

A simple utility for the convenient clone
Go to Latest
function fs.writeJsonSync
import { fs } from "https://deno.land/x/clone@v1.0.4/deps.ts";
const { writeJsonSync } = fs;

Parameters

filePath: string
object: any
optional
options: WriteJsonOptions = [UNSUPPORTED]