diff options
Diffstat (limited to 'node_modules/htmlparser2/lib/CollectingHandler.d.ts')
-rw-r--r-- | node_modules/htmlparser2/lib/CollectingHandler.d.ts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/htmlparser2/lib/CollectingHandler.d.ts b/node_modules/htmlparser2/lib/CollectingHandler.d.ts new file mode 100644 index 0000000..603a06e --- /dev/null +++ b/node_modules/htmlparser2/lib/CollectingHandler.d.ts @@ -0,0 +1,10 @@ +import MultiplexHandler from "./MultiplexHandler"; +import { Handler } from "./Parser"; +export declare class CollectingHandler extends MultiplexHandler { + private readonly cbs; + events: [keyof Handler, ...unknown[]][]; + constructor(cbs?: Partial<Handler>); + onreset(): void; + restart(): void; +} +//# sourceMappingURL=CollectingHandler.d.ts.map
\ No newline at end of file |