mirror of
https://github.com/duckietm/Nitro-Cool-UI-Renderer.git
synced 2025-06-21 23:16:58 +00:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import { GetTicker } from './GetTicker';
|
|
|
|
export const GetTickerTime = () => GetTicker().lastTime;
|