quickjs_runtime/jsutils/
jsproxies.rs

1use crate::reflection::Proxy;
2
3pub type JsProxy = Proxy;
4
5pub type JsProxyInstanceId = usize;