๐Ÿ“ฆ microsoft / monaco-editor

๐Ÿ“„ index.js ยท 5 lines
1
2
3
4
5import * as monaco from 'monaco-editor/esm/vs/editor/editor.api';

// expose the monaco API as a global for tests
window.monacoAPI = monaco;