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

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

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

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

Parameters

path: string | URL
uid: number
gid: number
callback: CallbackWithError