mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 11:52:28 +08:00
chore(server/utils): sort exports alphabetically
This commit is contained in:
parent
ef66d330ec
commit
df1d479720
@ -302,39 +302,39 @@ export function getResourceDir() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
randomSecureToken,
|
crash,
|
||||||
randomString,
|
deferred,
|
||||||
|
envToBoolean,
|
||||||
|
escapeHtml,
|
||||||
|
escapeRegExp,
|
||||||
|
formatDownloadTitle,
|
||||||
|
fromBase64,
|
||||||
|
getContentDisposition,
|
||||||
|
getNoteTitle,
|
||||||
|
getResourceDir,
|
||||||
|
hash,
|
||||||
|
hashedBlobId,
|
||||||
|
hmac,
|
||||||
|
isDev,
|
||||||
|
isElectron,
|
||||||
|
isEmptyOrWhitespace,
|
||||||
|
isMac,
|
||||||
|
isStringNote,
|
||||||
|
isWindows,
|
||||||
md5,
|
md5,
|
||||||
newEntityId,
|
newEntityId,
|
||||||
toBase64,
|
|
||||||
fromBase64,
|
|
||||||
hmac,
|
|
||||||
isElectron,
|
|
||||||
hash,
|
|
||||||
isEmptyOrWhitespace,
|
|
||||||
sanitizeSqlIdentifier,
|
|
||||||
escapeHtml,
|
|
||||||
unescapeHtml,
|
|
||||||
toObject,
|
|
||||||
stripTags,
|
|
||||||
escapeRegExp,
|
|
||||||
crash,
|
|
||||||
getContentDisposition,
|
|
||||||
isStringNote,
|
|
||||||
quoteRegex,
|
|
||||||
replaceAll,
|
|
||||||
getNoteTitle,
|
|
||||||
removeTextFileExtension,
|
|
||||||
formatDownloadTitle,
|
|
||||||
timeLimit,
|
|
||||||
deferred,
|
|
||||||
removeDiacritic,
|
|
||||||
normalize,
|
normalize,
|
||||||
hashedBlobId,
|
quoteRegex,
|
||||||
|
randomSecureToken,
|
||||||
|
randomString,
|
||||||
|
removeDiacritic,
|
||||||
|
removeTextFileExtension,
|
||||||
|
replaceAll,
|
||||||
|
sanitizeSqlIdentifier,
|
||||||
|
stripTags,
|
||||||
|
timeLimit,
|
||||||
|
toBase64,
|
||||||
toMap,
|
toMap,
|
||||||
getResourceDir,
|
toObject,
|
||||||
isMac,
|
unescapeHtml
|
||||||
isWindows,
|
|
||||||
isDev,
|
|
||||||
envToBoolean
|
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user