UNPKG

shiki

Version:

A beautiful Syntax Highlighter.

9 lines (6 loc) 281 B
import { warnDeprecated } from '@shikijs/core'; const getWasmInlined = async (info) => { warnDeprecated('`getWasmInlined` is deprecated. Use `import("shiki/wasm")` instead.'); return import('shiki/wasm').then((wasm) => wasm.default(info)); }; export { getWasmInlined as g };