Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/windmill/node_modules/denoify/tools/crawl.d.ts>crawl

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
variable crawl
import { crawl } from "https://deno.land/x/windmill@v1.394.3/node_modules/denoify/tools/crawl.d.ts";

List all files in a given directory return paths relative to the dir_path

type

(dir_path: string) => string[]