UNPKG

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