How to use the ember-can/helpers/can.extend function in ember-can

To help you get started, we’ve selected a few ember-can examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github minutebase / ember-can / addon / helpers / cannot.js View on Github external
import CanHelper from 'ember-can/helpers/can';

export default CanHelper.extend({
  compute() {
    return !this._super(...arguments);
  }
});

ember-can

Simple authorization addon for Ember apps

MIT
Latest version published 24 days ago

Package Health Score

77 / 100
Full package analysis