Home > @uniformdev/richtext > isRichTextNodeType
isRichTextNodeType() function
Signature:
declare function isRichTextNodeType(node: unknown, type: string): node is RichTextNode;
Parameters
Parameter | Type | Description |
---|---|---|
node | unknown | |
type | string |
Returns:
node is RichTextNode