Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/libpkgx/mod.ts>Path#write

`import`… but with pkging powers
Very Popular
Latest
method Path.prototype.write
Re-export
import { Path } from "https://deno.land/x/libpkgx@v0.19.1/mod.ts";

Parameters

unnamed 0: ({ text: string; } | { json: PlainObject; space?: number; }) & { force?: boolean; }