Skip to content

Function: isViewTag()

isViewTag(key): key is `__fate-view__${string}`

Defined in: packages/fate/src/types.ts:59

Determines whether a property key is a fate view tag.

Parameters

key

string

Returns

key is `__fate-view__${string}`

Released under the MIT License