mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
chore: refactor interfaces (#2849)
* chore: refactor interfaces * chore: fix uptime
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export function mask(val: string, max: number = Infinity): string {
|
||||
return '●'.repeat(Math.min(max, val.length))
|
||||
}
|
||||
Reference in New Issue
Block a user