UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

3 lines (2 loc) 94 B
/** @param {string[]} langs */ export function loadLanguages(langs: string[]): Promise<void>;