MCPcopy Create free account
hub / github.com/ember-learn/ember-api-docs / eq

Function eq

app/helpers/eq.js:3–5  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

1import { helper } from '@ember/component/helper';
2
3export function eq(params) {
4 return params[0] === params[1];
5}
6
7export default helper(eq);

Callers 1

eq-test.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected