UNPKG
@astii/monaco-copilot
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
monaco-editor code copilot
@astii/monaco-copilot
/
esm
/
index.d.ts
3 lines
•
237 B
TypeScript
View Raw
1
2
3
import
type
{
CopilotOptions
,
Monaco
,
StandaloneCodeEditor
}
from
"./types"
;
export
declare
const
registerCopilot
:
(
monaco
:
Monaco
,
editor
:
StandaloneCodeEditor
,
options
:
CopilotOptions
) =>
() =>
void
;
//# sourceMappingURL=index.d.ts.map