UNPKG

demo_frontend

Version:

Internet Computer starter application

7 lines (5 loc) 171 B
import { helper } from '@ember/component/helper'; import { htmlSafe } from '@ember/template'; export default helper(function code(param) { return htmlSafe (param); });