mirror of
https://github.com/zadam/trilium.git
synced 2025-10-27 16:26:31 +01:00
server-esm: Change single export to export default
This commit is contained in:
@@ -651,6 +651,6 @@ function BackendScriptApi(this: Api, currentNote: BNote, apiParams: ApiParams) {
|
||||
}
|
||||
}
|
||||
|
||||
export = BackendScriptApi as any as {
|
||||
export default BackendScriptApi as any as {
|
||||
new (currentNote: BNote, apiParams: ApiParams): Api
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user