@types/htmlparser2
Advanced tools
Comparing version
@@ -6,3 +6,5 @@ // Type definitions for htmlparser2 v3.10.x | ||
// Johan Davidsson <https://github.com/johandavidson> | ||
// GP <https://github.com/paambaati> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 2.2 | ||
@@ -65,3 +67,3 @@ ///<reference types="node"/> | ||
export declare class Parser { | ||
constructor(handler: DomHandler, options?: ParserOptions); | ||
constructor(handler: Partial<DomHandler>, options?: ParserOptions); | ||
@@ -68,0 +70,0 @@ /*** |
{ | ||
"name": "@types/htmlparser2", | ||
"version": "3.10.0", | ||
"version": "3.10.1", | ||
"description": "TypeScript definitions for htmlparser2", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "johandavidson" | ||
}, | ||
{ | ||
"name": "GP", | ||
"url": "https://github.com/paambaati", | ||
"githubUsername": "paambaati" | ||
} | ||
@@ -37,4 +42,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "a958ddf8d7d98ddf6ef588bf14774b2a51d722f3513147cbe862dc5b6b653215", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "4abf8b62c7bdfc543dbe938b7e0d7b17804fd80bf6c294d7770cc062e77defbf", | ||
"typeScriptVersion": "2.2" | ||
} |
@@ -5,3 +5,3 @@ # Installation | ||
# Summary | ||
This package contains type definitions for htmlparser2 ( https://github.com/fb55/htmlparser2/ ). | ||
This package contains type definitions for htmlparser2 (https://github.com/fb55/htmlparser2/). | ||
@@ -12,3 +12,3 @@ # Details | ||
Additional Details | ||
* Last updated: Mon, 25 Mar 2019 16:42:33 GMT | ||
* Last updated: Fri, 12 Jul 2019 22:01:27 GMT | ||
* Dependencies: @types/domhandler, @types/domutils, @types/node | ||
@@ -18,2 +18,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by James Roland Cabresos <https://github.com/staticfunction>, Linus Unnebäck <https://github.com/LinusU>, Johan Davidsson <https://github.com/johandavidson>. | ||
These definitions were written by James Roland Cabresos <https://github.com/staticfunction>, Linus Unnebäck <https://github.com/LinusU>, Johan Davidsson <https://github.com/johandavidson>, and GP <https://github.com/paambaati>. |
6850
4.04%108
1.89%