2 lines
72 B
JavaScript
2 lines
72 B
JavaScript
export const BYTES_IN_KIB = 1024;
|
|
export const HIDDEN_CLASS = 'hidden';
|