UNPKG

refractor

Version:

Lightweight, robust, elegant virtual syntax highlighting using Prism

8 lines (7 loc) 182 B
/** @type {import('../core.js').Syntax} */ declare function cpp(Prism: any): void; declare namespace cpp { let displayName: string; let aliases: any[]; } export default cpp;