mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-26 06:35:51 +02:00
5 lines
119 B
TypeScript
5 lines
119 B
TypeScript
export const createReloadSettings =
|
|
(reloadSettings: () => Promise<void>) =>
|
|
async () =>
|
|
await reloadSettings();
|