UNPKG
monaco-types
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Type-only exports of Monaco editor
github.com/remcohaszing/monaco-types
remcohaszing/monaco-types
monaco-types
/
monaco-editor.d.ts
7 lines
(5 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
5
6
7
// One of these modules should exist, but not the other.
// @ts-ignore
export
*
from
'monaco-editor'
// @ts-ignore
export
*
from
'monaco-editor-core'