UNPKG

ember-load-initializers

Version:

A tiny add-on to autoload your initializer files in ember-cli.

6 lines (5 loc) 249 B
import type { default as Engine } from '@ember/engine'; /** * Configure your application as it boots */ export default function loadInitializers(app: typeof Engine, prefix: string, explicitModules?: Record<string, Record<string, unknown>>): void;