BigW Consortium Gitlab

constants.js 122 Bytes
Newer Older
1 2
/* eslint-disable import/prefer-default-export */
export const BYTES_IN_KIB = 1024;
3
export const HIDDEN_CLASS = 'hidden';