mirror of
https://github.com/yjs/yjs.git
synced 2026-05-03 03:00:41 -04:00
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
|
export const getDate = () => new Date()
|
|
export const getUnixTime = () => getDate().getTime()
|