()
| 1450 | } |
| 1451 | |
| 1452 | export const isUserLoggedIn = (): boolean => !getAppContext()?.anonymous |
| 1453 | |
| 1454 | /** Sorting function for Array.prototype.sort that works for numbers and strings automatically. */ |
| 1455 | export const autoSorter = (a: any, b: any): number => { |
no test coverage detected
searching dependent graphs…