mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 19:07:08 +00:00
Suppress warning about ember.d.ts
This commit is contained in:
parent
adb74d94ce
commit
1021dcfdf3
2
ember/ember.d.ts
vendored
2
ember/ember.d.ts
vendored
@ -57,7 +57,7 @@ interface String {
|
||||
w(): string[];
|
||||
}
|
||||
|
||||
interface Array {
|
||||
interface Array<T> {
|
||||
constructor(arr: any[]);
|
||||
activate(): void;
|
||||
addArrayObserver(target: any, opts?: EnumerableConfigurationOptions): any[];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user