UNPKG

refractor

Version:

Lightweight, robust, elegant virtual syntax highlighting using Prism

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