monaco-editor/build/fillers/monaco-editor-core-amd.ts

9 lines
422 B
TypeScript
Raw Normal View History

2016-06-22 22:03:03 +08:00
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Resolves with the global monaco API
2021-11-12 08:02:23 +08:00
export = (<any>self).monaco;