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

x/postcss_import/lib/deps.js>fs.appendFile

postcss-import plugin for Deno
Latest
function fs.appendFile
Re-export
import { fs } from "https://deno.land/x/postcss_import@0.1.4/lib/deps.js";
const { appendFile } = fs;

TODO: Also accept 'data' parameter as a Node polyfill Buffer type once these are implemented. See https://github.com/denoland/deno/issues/3403

Parameters

pathOrRid: string | number | URL
data: string | Uint8Array
optionsOrCallback: Encodings | WriteFileOptions | CallbackWithError
optional
callback: CallbackWithError