Skip to content

Commit

Permalink
[ember] do not expose private @ember/instrumentation package
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-north committed Sep 15, 2018
1 parent 86ca794 commit d61274d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions types/ember/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3646,14 +3646,6 @@ declare module '@ember/error' {
export default Error;
}

declare module '@ember/instrumentation' {
import Ember from 'ember';
export const instrument: typeof Ember.instrument;
export const reset: typeof Ember.reset;
export const subscribe: typeof Ember.subscribe;
export const unsubscribe: typeof Ember.unsubscribe;
}

declare module '@ember/object' {
import Ember from 'ember';
export default class EmberObject extends Ember.Object { }
Expand Down

0 comments on commit d61274d

Please sign in to comment.