Skip to content

IExtraLib

原文链接

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

ts
interface IExtraLib {
    content: string;
    version: number;
}

content

  • 类型: string

version

  • 类型: number