implemented frontend including separate message system; started to implement backend
This commit is contained in:
14
yjs-poll/node_modules/lib0/dist/performance.node.d.ts
generated
vendored
Normal file
14
yjs-poll/node_modules/lib0/dist/performance.node.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @type {typeof performance.measure}
|
||||
*/
|
||||
export const measure: typeof performance.measure;
|
||||
/**
|
||||
* @type {typeof performance.now}
|
||||
*/
|
||||
export const now: typeof performance.now;
|
||||
/**
|
||||
* @type {typeof performance.mark}
|
||||
*/
|
||||
export const mark: typeof performance.mark;
|
||||
import { performance } from 'node:perf_hooks';
|
||||
//# sourceMappingURL=performance.node.d.ts.map
|
||||
Reference in New Issue
Block a user