Skip to content

Interface IExtraLibs

原文链接

https://microsoft.github.io/monaco-editor/docs.html#interfaces/languages.typescript.IExtraLibs.html

ts
interface IExtraLibs {
    [path: string]: IExtraLib;
}

[path: string]: IExtraLib