UNPKG

@jupyter/ydoc

Version:

Jupyter document structures for collaborative editing using YJS

6 lines (5 loc) 128 B
import type { Awareness } from 'y-protocols/awareness'; /** * The awareness interface. */ export type IAwareness = Awareness;