UNPKG

@wangeditor-next/yjs

Version:
5 lines (4 loc) 185 B
import * as Y from 'yjs'; export declare function assertDocumentAttachment<T extends Y.AbstractType<any>>(sharedType: T): asserts sharedType is T & { doc: NonNullable<T['doc']>; };