mirror of
https://github.com/zadam/trilium.git
synced 2025-12-23 16:49:58 +01:00
server-esm: Change some more export object to export default object
This commit is contained in:
@@ -311,7 +311,7 @@ function isString(x: any) {
|
||||
return Object.prototype.toString.call(x) === "[object String]";
|
||||
}
|
||||
|
||||
export = {
|
||||
export default {
|
||||
randomSecureToken,
|
||||
randomString,
|
||||
md5,
|
||||
|
||||
Reference in New Issue
Block a user