mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
declare module 'vs/editor/editor.api' {
|
|
const x: any;
|
|
export = x;
|
|
}
|