Skip to main content
Module

std/fs/_util.ts>createWalkEntry

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function createWalkEntry
import { createWalkEntry } from "https://deno.land/std@0.177.0/fs/_util.ts";

Create WalkEntry for the path asynchronously

Parameters

path: string | URL

Returns

Promise<WalkEntry>