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.

4 lines 235 B
import { Node } from "./dom/node.js"; export declare function nodesFromString(html: string): Node; export declare function fragmentNodesFromString(html: string, contextLocalName: string): Node; //# sourceMappingURL=deserialize.d.ts.map