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.

5 lines (4 loc) 92 B
/** * Used to enforce illegal constructors */ export const CTOR_KEY = Symbol("CTOR_KEY");