UNPKG

refractor

Version:

Lightweight, robust, elegant virtual syntax highlighting using Prism

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