Welcome to mirror list, hosted at ThFree Co, Russian Federation.

constants.js « utils « lib « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a61003ef302735a364cc569c7bbd800dd4065ab (plain)
1
2
export const BYTES_IN_KIB = 1024;
export const HIDDEN_CLASS = 'hidden';