feat(napi): export PropertyAttributes

This commit is contained in:
LongYinan 2020-10-31 22:19:37 +08:00
parent 8850e8a708
commit f1f9402a44
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -46,7 +46,7 @@ pub use function::JsFunction;
pub use global::*;
pub use number::JsNumber;
pub use object::*;
pub use object_property::Property;
pub use object_property::*;
#[cfg(feature = "serde-json")]
pub(crate) use ser::Ser;
pub use string::*;