🔗 Function: isParser()
isParser<
T,E>(value):value is Parser<T, E>
Defined in: src/core/dom.ts:160
Check if a value is a string parser
🔗 Type Parameters
🔗 T
T extends object
🔗 E
E extends Element = HTMLElement
🔗 Parameters
🔗 value
unknown
Value to check if it is a string parser
🔗 Returns
value is Parser<T, E>
True if the value is a string parser, false otherwise
🔗 Since
0.14.0