We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7049edb + 3ff9fb9 commit 5cb0cc9Copy full SHA for 5cb0cc9
types/preview/@ember/array/-private/native-array.d.ts
@@ -7,7 +7,7 @@ declare module '@ember/array/-private/native-array' {
7
// Get an alias to the global Array type to use in inner scope below.
8
type Array<T> = T[];
9
10
- type AnyArray<T> = EmberArray<T> | Array<T>;
+ type AnyArray<T> = EmberArray<T> | Array<T> | ReadonlyArray<T>;
11
12
/**
13
* The final definition of NativeArray removes all native methods. This is the list of removed methods
0 commit comments