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