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

x/somefn/deno/copy.ts>copyMapSync

some functions for deno
Go to Latest
function copyMapSync
import { copyMapSync } from "https://deno.land/x/somefn@v0.30.0/deno/copy.ts";

文本文件简易复制

Parameters

src: string
dest: string
unnamed 2: { fn: (
c: string,
name: string,
dir: string,
) => string | null; filter?: (name: string, dir: string) => boolean; }