Skip to main content
Module

std/node/fs.ts>copyFileSync

Deno standard library
Go to Latest
function copyFileSync
Re-export
import { copyFileSync } from "https://deno.land/std@0.157.0/node/fs.ts";

Parameters

src: string | Buffer | URL
dest: string | Buffer | URL
optional
mode: number