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.

10 lines (9 loc) 230 B
/** * Copyright (c) 2025 grakeice * * This software is released under the MIT License. * https://opensource.org/licenses/MIT */ // deno-lint-ignore ban-ts-comment // @ts-nocheck export const DOMParser = globalThis.DOMParser;