Skip to main content
Go to Latest
function isEaCPreactAppProcessor
import { isEaCPreactAppProcessor } from "https://deno.land/x/fathym_everything_as_code@v0.1.63-integration/src/modules/applications/EaCPreactAppProcessor.ts";

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

Parameters

proc: unknown

The processor to check.

Returns

true if the given processor is an EaCPreactAppProcessor, false otherwise.