@types/array-foreach
Advanced tools
@@ -1,2 +0,2 @@ | ||
| // Type definitions for array-foreach | ||
| // Type definitions for array-foreach 1.0 | ||
| // Project: https://www.npmjs.com/package/array-foreach | ||
@@ -12,3 +12,4 @@ // Definitions by: Steve Jenkins <https://github.com/skysteve> | ||
| */ | ||
| declare function forEach<T>(arr: Array<T>, callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void, thisArg?: any): void; | ||
| declare function forEach<T>(arr: T[], callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void): void; | ||
| declare function forEach<T, U>(arr: T[], callbackfn: (this: U, value: T, index: number, array: ReadonlyArray<T>) => void, thisArg: U): void; | ||
@@ -21,3 +22,4 @@ /** | ||
| */ | ||
| declare function forEach<T extends Node>(arr: NodeListOf<T>, callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void, thisArg?: any): void; | ||
| declare function forEach<T extends Node>(arr: NodeListOf<T>, callbackfn: (value: T, index: number, array: ReadonlyArray<T>) => void): void; | ||
| declare function forEach<T extends Node, U>(arr: NodeListOf<T>, callbackfn: (this: U, value: T, index: number, array: ReadonlyArray<T>) => void, thisArg: U): void; | ||
| export = forEach; |
| { | ||
| "name": "@types/array-foreach", | ||
| "version": "0.0.0", | ||
| "version": "1.0.0", | ||
| "description": "TypeScript definitions for array-foreach", | ||
@@ -15,4 +15,4 @@ "license": "MIT", | ||
| "peerDependencies": {}, | ||
| "typings": "index.d.ts", | ||
| "typesPublisherContentHash": "1b3da548e906ca1594efb0a9e4019960de8a786012f65ac2ef0555885b886513" | ||
| "typesPublisherContentHash": "f917374296ba6d178e11919128aee424c23ea6a719f9d8ac18199e07e6fd5c94", | ||
| "typeScriptVersion": "2.0" | ||
| } |
@@ -8,12 +8,11 @@ # Installation | ||
| # Details | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/array-foreach | ||
| Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/array-foreach | ||
| Additional Details | ||
| * Last updated: Mon, 14 Nov 2016 19:34:54 GMT | ||
| * File structure: ProperModule | ||
| * Last updated: Tue, 27 Dec 2016 09:33:20 GMT | ||
| * Library Dependencies: none | ||
| * Module Dependencies: none | ||
| * Global values: forEach | ||
| * Global values: none | ||
| # Credits | ||
| These definitions were written by Steve Jenkins <https://github.com/skysteve>. |
| { | ||
| "authors": "Steve Jenkins <https://github.com/skysteve>", | ||
| "definitionFilename": "index.d.ts", | ||
| "libraryDependencies": [], | ||
| "moduleDependencies": [], | ||
| "libraryMajorVersion": 0, | ||
| "libraryMajorVersion": 1, | ||
| "libraryMinorVersion": 0, | ||
| "typeScriptVersion": "2.0", | ||
| "libraryName": "array-foreach", | ||
@@ -12,7 +12,4 @@ "typingsPackageName": "array-foreach", | ||
| "sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
| "sourceBranch": "types-2.0", | ||
| "kind": "ProperModule", | ||
| "globals": [ | ||
| "forEach" | ||
| ], | ||
| "sourceBranch": "master", | ||
| "globals": [], | ||
| "declaredModules": [ | ||
@@ -25,3 +22,3 @@ "array-foreach" | ||
| "hasPackageJson": false, | ||
| "contentHash": "1b3da548e906ca1594efb0a9e4019960de8a786012f65ac2ef0555885b886513" | ||
| "contentHash": "f917374296ba6d178e11919128aee424c23ea6a719f9d8ac18199e07e6fd5c94" | ||
| } |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3464
5.42%1
-50%42
-2.33%18
-5.26%