6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
export const UNICODE = {
|
|
MINUS: '\u2212',
|
|
PLUS: '\u002b',
|
|
ARROW_RIGHT: '\u2192',
|
|
};
|