mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:47:31 +08:00
4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
import { htmlHelper } from 'discourse/lib/helpers';
|
|
|
|
export default htmlHelper(size => I18n.toHumanSize(size));
|