Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 350 Bytes

File metadata and controls

19 lines (12 loc) · 350 Bytes

@eslint-react/core / isComponentName

Function: isComponentName()

function isComponentName(name: string): boolean;

Check if a string matches the strict component name pattern

Parameters

Parameter Type Description
name string The name to check

Returns

boolean