0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-02-15 01:55:56 -05:00

fix: expose v8::WriteOptions (#1698)

This commit is contained in:
Divy Srivastava 2025-02-07 20:51:01 +05:30 committed by GitHub
parent 7df61836e3
commit 94fb73700d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -158,6 +158,7 @@ pub use string::OneByteConst;
pub use string::ValueView;
pub use string::ValueViewData;
pub use string::WriteFlags;
pub use string::WriteOptions;
pub use support::SharedPtr;
pub use support::SharedRef;
pub use support::UniquePtr;