mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2024-11-23 16:10:50 +01:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
|
import { GetTicker } from './GetTicker';
|
||
|
|
||
|
export const GetTickerTime = () => GetTicker().lastTime;
|