3
hosts/common/user/configs/gui/astal/config/lib.ts
Normal file
3
hosts/common/user/configs/gui/astal/config/lib.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export const range = (length: number, start = 1) => {
|
||||
return Array.from({ length }, (n, i) => i + start);
|
||||
};
|
Reference in New Issue
Block a user