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: 1e96c7ab5cda99e3696c818a03678765d9ade3a7 (plain)
1
2
/* eslint-disable import/prefer-default-export */
export const BYTES_IN_KIB = 1024;