UNPKG

refractor

Version:

Lightweight, robust, elegant virtual syntax highlighting using Prism

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