mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-21 14:19:41 +02:00
3 lines
73 B
TypeScript
3 lines
73 B
TypeScript
export const useAsyncKey = function () {
|
|
return String(Date.now());
|
|
};
|