Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 364 Bytes

File metadata and controls

19 lines (12 loc) · 364 Bytes

@eslint-react/core / isComponentNameLoose

Function: isComponentNameLoose()

function isComponentNameLoose(name: string): boolean;

Check if a string matches the loose component name pattern

Parameters

Parameter Type Description
name string The name to check

Returns

boolean