@solid-data-modules/chats-ldo
Version:
A library to mangage chats in Solid Pods built with LDO
7 lines • 331 B
TypeScript
/**
* A helper function that triggers a given callback when a new UTC day begins
* @param onNewDay: Callback function
* @returns Cleanup (call this function when you no longer want a trigger)
*/
export declare function scheduleNewDayTrigger(onNewDay: () => void): () => void;
//# sourceMappingURL=scheduleNewDayTrigger.d.ts.map