Skip to main content
Module

std/fs/walk_test.ts>walkArray

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

Parameters

root: string
optional
options: WalkOptions = [UNSUPPORTED]

Returns

Promise<string[]>