Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/drash/src/services/resource_loader/deps.ts>walkSync

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
function walkSync
Re-export
import { walkSync } from "https://deno.land/x/drash@v2.7.0/src/services/resource_loader/deps.ts";

Same as walk() but uses synchronous ops

Parameters

root: string
optional
unnamed 1: WalkOptions = [UNSUPPORTED]

Returns

IterableIterator<WalkEntry>