UNPKG
mobx-bonsai-yjs
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.0
Y.js two-way binding for mobx-bonsai
mobx-bonsai.js.org
xaviergonz/mobx-bonsai
mobx-bonsai-yjs
/
dist
/
types
/
yjsBinding
/
yjsTypes
/
checks.d.ts
4 lines
(3 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
import
{
YjsStructure
}
from
'./types'
;
export
declare
function
isYjsStructure
(
target
:
unknown
): target is
YjsStructure
;
export
declare
function
assertIsYjsStructure
(
target
:
unknown
): asserts target is
YjsStructure
;