UNPKG

prism-code-editor

Version:

Lightweight, extensible code editor component for the web using Prism

8 lines (7 loc) 252 B
import { JSContext } from './index.js'; import { CompletionSource } from '../types.js'; /** * Completion source that adds autocompletion for JS/TS keywords. */ declare const completeKeywords: CompletionSource<JSContext>; export { completeKeywords };