monaco-editor/src/fillers/editor.api.d.ts

4 lines
70 B
TypeScript

declare module 'vs/editor/editor.api' {
const x: any;
export = x;
}