import { helper } from '@ember/component/helper'; export function __parseInt([param]) { return parseInt(param); } export default helper(__parseInt);