Skip to content

getTypeScriptWorker

原文链接

https://microsoft.github.io/monaco-editor/docs.html#functions/languages.typescript.getTypeScriptWorker.html

ts
getTypeScriptWorker(): Promise<((...uris) => Promise<TypeScriptWorker>)>

getTypeScriptWorker

  • 语法:getTypeScriptWorker(): Promise<((...uris) => Promise<TypeScriptWorker>)>
  • 返回值:Promise<((...uris) => Promise<TypeScriptWorker>)>