Skip to main content
Go to Latest
function isEaCDFSProcessor
import { isEaCDFSProcessor } from "https://deno.land/x/fathym_everything_as_code@v0.1.47-fluent-builder/src/modules/applications/EaCDFSProcessor.ts";

Type Guard: Checks if the given object is an EaCDFSProcessor.

Parameters

proc: unknown

The DFS processor.

Returns

true if the object is an EaCDFSProcessor, false otherwise.