diff --git a/src/services/utils.ts b/src/services/utils.ts index aec55305d..d7eef0fca 100644 --- a/src/services/utils.ts +++ b/src/services/utils.ts @@ -302,39 +302,39 @@ export function getResourceDir() { } export default { - randomSecureToken, - randomString, + crash, + deferred, + envToBoolean, + escapeHtml, + escapeRegExp, + formatDownloadTitle, + fromBase64, + getContentDisposition, + getNoteTitle, + getResourceDir, + hash, + hashedBlobId, + hmac, + isDev, + isElectron, + isEmptyOrWhitespace, + isMac, + isStringNote, + isWindows, md5, 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, - hashedBlobId, + quoteRegex, + randomSecureToken, + randomString, + removeDiacritic, + removeTextFileExtension, + replaceAll, + sanitizeSqlIdentifier, + stripTags, + timeLimit, + toBase64, toMap, - getResourceDir, - isMac, - isWindows, - isDev, - envToBoolean + toObject, + unescapeHtml };