UNPKG

shiki

Version:

A beautiful Syntax Highlighter.

9 lines (6 loc) 211 B
import { WebAssemblyInstantiator } from '@shikijs/core/types'; /** * @deprecated Use `import('shiki/wasm')` instead. */ declare const getWasmInlined: WebAssemblyInstantiator; export { getWasmInlined as g };