We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e06e75 commit b7a1dc0Copy full SHA for b7a1dc0
javascript/src/awareness.ts
@@ -0,0 +1,9 @@
1
+// Copyright (c) Jupyter Development Team.
2
+// Distributed under the terms of the Modified BSD License.
3
+
4
+import type { Awareness } from 'y-protocols/awareness';
5
6
+/**
7
+ * The awareness interface.
8
+ */
9
+export type IAwareness = Awareness;
javascript/src/index.ts
@@ -9,6 +9,7 @@
10
export * from './api.js';
11
export * from './utils.js';
12
+export * from './awareness.js';
13
14
export * from './ytext.js';
15
export * from './ydocument.js';
0 commit comments