Variable: isTechnicalElement()
constisTechnicalElement: (input) =>input is TechnicalElement<TechnicalElementTypes>
Defined in: packages/docs-md/.tmp/typedoc-sanitized/mef-types/lib/technical-element.ts:225
Type guard for technical elements
Parameters
input
unknown
Returns
input is TechnicalElement<TechnicalElementTypes>
Remarks
A type guard function that checks if a given object is a valid technical element. This is useful for runtime type checking and validation.
