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