mirror of
https://github.com/stjornleysi/telegram_glpi.git
synced 2025-11-30 17:13:09 +00:00
init
This commit is contained in:
16
node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.d.ts
generated
vendored
Normal file
16
node_modules/@selderee/plugin-htmlparser2/lib/hp2-builder.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import { Element } from 'domhandler';
|
||||
import { Picker, Ast } from 'selderee';
|
||||
/**
|
||||
* A {@link BuilderFunction} implementation.
|
||||
*
|
||||
* Creates a function (in a {@link Picker} wrapper) that can run
|
||||
* the decision tree against `htmlparser2` `Element` nodes.
|
||||
*
|
||||
* @typeParam V - the type of values associated with selectors.
|
||||
*
|
||||
* @param nodes - nodes ({@link DecisionTreeNode})
|
||||
* from the root level of the decision tree.
|
||||
*
|
||||
* @returns a {@link Picker} object.
|
||||
*/
|
||||
export declare function hp2Builder<V>(nodes: Ast.DecisionTreeNode<V>[]): Picker<Element, V>;
|
||||
Reference in New Issue
Block a user