UNPKG

ember-source

Version:

A JavaScript framework for creating ambitious web applications

12 lines (9 loc) 356 B
// This module provides an 'extension' to the `@ember/owner` module from the // `@ember/service` module. Our type publishing infrastructure will pass it // through unchanged, so end users will get this extension. import type { Registry } from '@ember/service'; declare module '@ember/owner' { export interface DIRegistry { service: Registry; } }