mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 10:01:08 +08:00
5 lines
115 B
TypeScript
5 lines
115 B
TypeScript
/**
|
|
* Gets the time in millisseconds in the same base as frames
|
|
*/
|
|
export function getTimeInFrameBase(): number;
|