summaryrefslogtreecommitdiff
path: root/core/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'core/lib.rs')
-rw-r--r--core/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/lib.rs b/core/lib.rs
index 89edf39a2..4a9a213f4 100644
--- a/core/lib.rs
+++ b/core/lib.rs
@@ -88,6 +88,7 @@ pub use crate::runtime::Snapshot;
// pub use crate::runtime_modules::include_js_files!;
pub use crate::extensions::Extension;
pub use crate::extensions::OpMiddlewareFn;
+pub use crate::extensions::OpPair;
pub fn v8_version() -> &'static str {
v8::V8::get_version()