# Functions
BiomeLintIgnoreAnyTypeParameters adds a biome-ignore comment to any type parameters that are of type "any".
EnumLists adds a constant that lists all the values in a given enum.
ExportTypes adds 'export' to all top level types.
No description provided by the author
No description provided by the author
ReadOnly sets all interface fields to 'readonly', resulting in all types being immutable.
SimplifyOmitEmpty removes the null type from union types that have a question token.
StandardMappings is a list of standard mappings for Go types to Typescript types.