mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-31 04:23:40 +00:00
ui: factors auto checks
This commit is contained in:
committed by
Aiden McClelland
parent
b717853759
commit
b7821576bb
@@ -158,4 +158,6 @@ export function uniqueBy<T> (ts: T[], uniqueBy: (t: T) => string, prioritize: (t
|
||||
|
||||
export function capitalizeFirstLetter (string: string): string {
|
||||
return string.charAt(0).toUpperCase() + string.slice(1)
|
||||
}
|
||||
}
|
||||
|
||||
export const exists = t => !!t
|
||||
Reference in New Issue
Block a user