forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
implemented frontend including separate message system; started to implement backend
This commit is contained in:
9
yjs-poll/node_modules/lib0/time.d.ts
generated
vendored
Normal file
9
yjs-poll/node_modules/lib0/time.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export function getDate(): Date;
|
||||
/**
|
||||
* Return current unix time.
|
||||
*
|
||||
* @return {number}
|
||||
*/
|
||||
export const getUnixTime: () => number;
|
||||
export function humanizeDuration(d: number): string;
|
||||
//# sourceMappingURL=time.d.ts.map
|
||||
Reference in New Issue
Block a user