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

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

postcss-import plugin for Deno
Latest
function fs.linkSync
Re-export
import { fs } from "https://deno.land/x/postcss_import@0.1.4/lib/deps.js";
const { linkSync } = 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

existingPath: string | URL
newPath: string | URL