UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

5 lines (4 loc) 186 B
/** @type {Record<string, string[]>} */ export const dependencyGraph: Record<string, string[]>; /** @type {Record<string, string[]>} */ export const optionals: Record<string, string[]>;