UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

11 lines (9 loc) 270 B
'use strict'; /* eslint-env node */ var normalizeEntityName = require('ember-cli-normalize-entity-name'); module.exports = { description: 'Generates a helper function.', normalizeEntityName: function(entityName) { return normalizeEntityName(entityName); } };