discourse/app/assets/javascripts/admin/helpers/human-size.js.es6

4 lines
112 B
Plaintext
Raw Normal View History

import { htmlHelper } from 'discourse/lib/helpers';
export default htmlHelper(size => I18n.toHumanSize(size));