mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-22 12:36:24 +08:00
feat(y-octo): import y-octo monorepo (#11750)
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
use anyhow::Result;
|
||||
use napi_derive::napi;
|
||||
|
||||
mod array;
|
||||
mod doc;
|
||||
mod map;
|
||||
mod text;
|
||||
mod utils;
|
||||
|
||||
pub use array::YArray;
|
||||
pub use doc::Doc;
|
||||
pub use map::YMap;
|
||||
pub use text::YText;
|
||||
use utils::{
|
||||
get_any_from_js_object, get_any_from_js_unknown, get_js_unknown_from_any,
|
||||
get_js_unknown_from_value, MixedRefYType, MixedYType,
|
||||
};
|
||||
Reference in New Issue
Block a user