Skip to main content
Module

x/dtils/mod.ts>CopyDirOptions

The best unofficial library of utilities for Deno applications
Go to Latest
interface CopyDirOptions
import { type CopyDirOptions } from "https://deno.land/x/dtils@2.6.0/mod.ts";

Methods

optional
pathFilter(path: string): boolean

If specified, pathFilter will be called for every path in directory.

path will be a subpath of directory, and not include it.