mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-03-05 18:49:50 +00:00
Added a way to secure the UI. Plus various bug fixes and quality of life updates
This commit is contained in:
@@ -2,3 +2,4 @@ export const objectCopy = <T>(obj: T): T => {
|
||||
return JSON.parse(JSON.stringify(obj)) as T;
|
||||
};
|
||||
|
||||
export const wait = (ms: number) => new Promise(resolve => setTimeout(resolve, ms));
|
||||
|
||||
Reference in New Issue
Block a user