mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
4 lines
141 B
JavaScript
4 lines
141 B
JavaScript
import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';
|
|
|
|
// expose the monaco API as a global for tests
|
|
window.monacoAPI = monaco;
|