UNPKG

netscape-bookmark-parser

Version:

A TypeScript/JavaScript library for parsing browser bookmark files (HTML format) and manipulating them as structured data. Compatible with both Deno and Node.js runtimes.

6 lines (5 loc) 171 B
/** * Symbols for using getElementsByTagName/ClassName on document-fragment */ export const customByTagNameSym = Symbol(); export const customByClassNameSym = Symbol();