4 lines
112 B
Plaintext
Raw Normal View History

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