Kind: Function
Source: atloria-monorepo/libs/parser-core/src/techdocs/naming-schemas.ts
Render the schemas as the section a reader should get instead of a list.
Returns '' when nothing qualifies — a codebase with no conventions should not be told it has some, and an empty section is worse than an absent one.
Signature
tsfunction renderNamingSchemas(schemas: NamingSchema[], limit): string
Parameters
| Name | Type |
|---|---|
schemas | NamingSchema[] |
limit | any |
Returns: string
Was this page helpful?