UNPKG

@jupyter/ydoc

Version:

Jupyter document structures for collaborative editing using YJS

10 lines (7 loc) 233 B
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. import type { Awareness } from 'y-protocols/awareness'; /** * The awareness interface. */ export type IAwareness = Awareness;