mirror of
https://github.com/yjs/yjs.git
synced 2025-12-24 15:39:31 +01:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
|
export const getDate = () => new Date()
|
|
export const getUnixTime = () => getDate().getTime()
|