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.
10 lines • 324 B
TypeScript
/**
* Copyright (c) 2025 grakeice
*
* This software is released under the MIT License.
* https://opensource.org/licenses/MIT
*/
import "./_dnt.polyfills.js";
export { BookmarksTree } from "./src/BookmarksTree/index.js";
export { BookmarksParser } from "./src/BookmarksParser/index.js";
//# sourceMappingURL=mod.d.ts.map