UNPKG

html-tokenizer

Version:

Small, fast, event-driven, fault-tolerant html tokenizer. Works in node or browsers.

8 lines 207 B
/** * Extract an attribute from a chunk of text. */ export default function readAttribute(str: string, pos: number): { length: number; value: string; }; //# sourceMappingURL=read-attribute.d.ts.map