Skip to main content
Deno 2 is finally 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.922/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