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

x/getfiles/mod.ts>FindFileOptions

📂 Recursively get all files in a directory
Latest
interface FindFileOptions
Re-export
import { type FindFileOptions } from "https://deno.land/x/getfiles@v1.0.0/mod.ts";

Properties

path: string
collect: any[]
optional
exclude: string[]
optional
ignore: string[]
optional
hasInfo: boolean
optional
isFirst: boolean