Skip to main content
Module

std/fs/_util.ts>createWalkEntry

Deno standard library
Go to Latest
function createWalkEntry
import { createWalkEntry } from "https://deno.land/std@0.176.0/fs/_util.ts";

Create WalkEntry for the path asynchronously

Parameters

path: string | URL

Returns

Promise<WalkEntry>