Skip to content

Documentation / @agentick/shared / markAsContentComponent

Function: markAsContentComponent()

markAsContentComponent<T>(fn): T

Defined in: identity.ts:116

Mark a function as a content component.

Type Parameters

T

T extends Function

Parameters

fn

T

The function to mark

Returns

T

The same function marked as a content component

Released under the ISC License.