mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Suppress warning about ember.d.ts
This commit is contained in:
Vendored
+1
-1
@@ -57,7 +57,7 @@ interface String {
|
||||
w(): string[];
|
||||
}
|
||||
|
||||
interface Array {
|
||||
interface Array<T> {
|
||||
constructor(arr: any[]);
|
||||
activate(): void;
|
||||
addArrayObserver(target: any, opts?: EnumerableConfigurationOptions): any[];
|
||||
|
||||
Reference in New Issue
Block a user