@types/ember__array
Advanced tools
Comparing version 3.16.9 to 3.16.10
@@ -24,3 +24,3 @@ import Enumerable from "@ember/array/-private/enumerable"; | ||
// tslint:disable-next-line:array-type | ||
objectsAt(indexes: number[]): Array<T>; | ||
objectsAt(indexes: number[]): T[]; | ||
/** | ||
@@ -86,3 +86,3 @@ * Returns a new array that is a slice of the receiver. This implementation | ||
// tslint:disable-next-line:array-type | ||
declare const Array: Mixin<Array<any>>; | ||
declare const Array: Mixin<any[]>; | ||
export default Array; | ||
@@ -89,0 +89,0 @@ |
{ | ||
"name": "@types/ember__array", | ||
"version": "3.16.9", | ||
"version": "3.16.10", | ||
"description": "TypeScript definitions for @ember/array", | ||
@@ -40,5 +40,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ember__array", | ||
}, | ||
"typesPublisherContentHash": "f4e2b1124311875e39cb7822205b85970a445dd115a30f860e7207f0c5929c69", | ||
"typesPublisherContentHash": "cefa4b62515f28b0397319153dec10a275e53e6be303f63652732ebd64481c4c", | ||
"typeScriptVersion": "4.5", | ||
"nonNpm": true | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT | ||
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT | ||
* Dependencies: [@types/ember__object](https://npmjs.com/package/@types/ember__object) | ||
@@ -14,0 +14,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20846