Skip to main content
Module

x/fluentci/deps.ts>walkSync

This is the command line interface for FluentCI.
Go to Latest
function walkSync
import { walkSync } from "https://deno.land/x/fluentci@v0.10.7/deps.ts";

Same as walk() but uses synchronous ops

Parameters

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

Returns

IterableIterator<WalkEntry>