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