3 lines
84 B
JavaScript
3 lines
84 B
JavaScript
|
/* eslint-disable import/prefer-default-export */
|
||
|
export const BYTES_IN_KIB = 1024;
|