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

x/pagic/src/utils/filepath.ts>walk

A static site generator powered by Deno + React
Latest
function walk
import { walk } from "https://deno.land/x/pagic@v1.6.3/src/utils/filepath.ts";

A util to replace fs.walk method, return relativeToSrcPath instead of fullPath

Parameters

srcDir: string
optional
walkOptions: fs.WalkOptions & Pick<PagicConfig, "include" | "exclude"> = [UNSUPPORTED]

Returns

Promise<string[]>