feat(napi): export PropertyAttributes
This commit is contained in:
parent
8850e8a708
commit
f1f9402a44
1 changed files with 1 additions and 1 deletions
|
@ -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::*;
|
||||
|
|
Loading…
Reference in a new issue