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 235 B
/** * Symbols for using getElementsByTagName/ClassName on document-fragment */ export declare const customByTagNameSym: unique symbol; export declare const customByClassNameSym: unique symbol; //# sourceMappingURL=custom-api.d.ts.map