github-parse-link
Advanced tools
+1
-1
| 'use strict'; | ||
| module.exports = function (link) { | ||
| if (typeof link !== 'string') { | ||
| throw new TypeError('Expected a string'); | ||
| return {}; | ||
| } | ||
@@ -6,0 +6,0 @@ |
+1
-1
| { | ||
| "name": "github-parse-link", | ||
| "version": "1.0.1", | ||
| "version": "1.1.0", | ||
| "description": "Parse GitHub link header response", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
2871
-1.07%