Skip to content

isValidTagName

reference
1 min readUpdated

Kind: Function

Source: src/jsx/utils.ts

Part of: Jsx

Signature

ts
function isValidTagName(name: unknown): name is string

Parameters

NameType
nameunknown

Returns: name is string

Used by

1 reference from 1 file. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.

Imported by (1)

  • Propssrc/jsx/base.ts:27

Was this page helpful?

Download as PDF
isValidTagName — Hono (narrator proof)