args-to-arr
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "args-to-arr", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Arguments to array, the easy way", | ||
@@ -38,5 +38,5 @@ "main": "dist/args-to-arr.js", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.12", | ||
"@types/node": "^12.0.0", | ||
"bundlib": "^0.2.4", | ||
"@types/jest": "^24.0.13", | ||
"@types/node": "^12.0.2", | ||
"bundlib": "^0.2.5", | ||
"eslint": "^5.16.0", | ||
@@ -43,0 +43,0 @@ "jest": "^24.8.0", |
declare function toArray<T>(args: ArrayLike<T>, start?: number): T[]; | ||
export = toArray; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
15247