1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-22 06:09:25 -05:00

feat(core): Re-export serde_v8 (#11125)

This commit is contained in:
Nick Randall 2021-06-25 19:09:25 -06:00 committed by GitHub
parent 59696df9e0
commit 2f1ac46091
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,7 @@ pub use futures;
pub use rusty_v8 as v8;
pub use serde;
pub use serde_json;
pub use serde_v8;
pub use serde_v8::Buffer as ZeroCopyBuf;
pub use url;