/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
apps/vscode/editor/src/utils/vscode.ts
9 строк
243 B
alex
transfer-out: transfer out
25 апр 2023, 14:01
25 апр 2023, 14:01
29ed921
Код
Авторство
О чём код?
// @ts-ignore import type { VscodeMessage } from '../../../messages' // Will be placed in global scope by extension declare function acquireVsCodeApi(): { postMessage(options: VscodeMessage): void } export const vscode = acquireVsCodeApi()