v3 render specification — one entry in Format.renders[].
Renamed from FormatRender (see deprecated alias below) to free the
FormatRender name for the factory namespace in format-render-builders,
which is the more common autocomplete target. TypeScript keeps type and
value namespaces separate, but the re-export barrel in src/lib/index.ts
can't disambiguate between a type re-export and a const re-export at the
same name — hence the rename.
v3 render specification — one entry in
Format.renders[].Renamed from
FormatRender(see deprecated alias below) to free theFormatRendername for the factory namespace informat-render-builders, which is the more common autocomplete target. TypeScript keeps type and value namespaces separate, but the re-export barrel insrc/lib/index.tscan't disambiguate between a type re-export and a const re-export at the same name — hence the rename.