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