mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	chore(server/utils): sort exports alphabetically
This commit is contained in:
		| @@ -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 | ||||
| }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user