summaryrefslogtreecommitdiff
path: root/ext/node/ops/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/ops/mod.rs')
-rw-r--r--ext/node/ops/mod.rs8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/node/ops/mod.rs b/ext/node/ops/mod.rs
new file mode 100644
index 000000000..6bab57fb8
--- /dev/null
+++ b/ext/node/ops/mod.rs
@@ -0,0 +1,8 @@
+// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
+
+pub mod crypto;
+pub mod idna;
+pub mod require;
+pub mod v8;
+pub mod winerror;
+pub mod zlib;