cupertino-files / categoryOfFormatType
Function: categoryOfFormatType()
categoryOfFormatType(
formatType):"number"|"boolean"|"text"|"duration"|"date"|"currency"|undefined
Defined in: src/tst/formats.ts:176
Category a format belongs to, from its type code.
Parameters
formatType
number
Returns
"number" | "boolean" | "text" | "duration" | "date" | "currency" | undefined