Normalization & format API Reference

PUNCTUATION_KEY_DISPLAY_LABELS

Variable: PUNCTUATION_KEY_DISPLAY_LABELS

ts
const PUNCTUATION_KEY_DISPLAY_LABELS: object;
const PUNCTUATION_KEY_DISPLAY_LABELS: object;

Defined in: constants.ts:565

Type Declaration

-

ts
readonly -: "Minus" = 'Minus';
readonly -: "Minus" = 'Minus';

,

ts
readonly ,: "Comma" = 'Comma';
readonly ,: "Comma" = 'Comma';

;

ts
readonly ;: "Semicolon" = 'Semicolon';
readonly ;: "Semicolon" = 'Semicolon';

.

ts
readonly .: "Period" = 'Period';
readonly .: "Period" = 'Period';

[

ts
readonly [: "Left Bracket" = 'Left Bracket';
readonly [: "Left Bracket" = 'Left Bracket';

]

ts
readonly ]: "Right Bracket" = 'Right Bracket';
readonly ]: "Right Bracket" = 'Right Bracket';

\

ts
readonly \: "Backslash" = 'Backslash';
readonly \: "Backslash" = 'Backslash';

`

ts
readonly `: "Backquote" = 'Backquote';
readonly `: "Backquote" = 'Backquote';

=

ts
readonly =: "Equal" = 'Equal';
readonly =: "Equal" = 'Equal';