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

x/endofunctor/components/files/src/recursiveFileFind.mjs>default

🌍 Vixeny: A runtime-agnostic, performance-centric library championing functional purity for modern web development.
Go to Latest
variable default
import { default } from "https://deno.land/x/endofunctor@v0.0.945/components/files/src/recursiveFileFind.mjs";

Examples

const recursiveSearch = myFunction(joinerFunction)(readDirFunction)(statFunction); const results = recursiveSearch('.start/path/'); console.log(results); // [[path1, false], [path2, true], ...]

type

(joiner) => unknown