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