Skip to content

Commit

Permalink
Remove Function and String from EXTEND_PROTOTYPES type
Browse files Browse the repository at this point in the history
(cherry picked from commit 96bb3ea)
  • Loading branch information
bertdeblock authored and kategengler committed Oct 17, 2022
1 parent 57d73f1 commit 2c4e000
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions types/preview/ember/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,8 @@ declare module 'ember' {
const service: typeof EmberServiceNs.inject;
}
namespace ENV {
const EXTEND_PROTOTYPES: {
const EXTEND_PROTOTYPES: boolean | {
Array: boolean;
Function: boolean;
String: boolean;
};
const LOG_BINDINGS: boolean;
const LOG_STACKTRACE_ON_DEPRECATION: boolean;
Expand Down

0 comments on commit 2c4e000

Please sign in to comment.