We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f968212 + e351208 commit 8cfbd2dCopy full SHA for 8cfbd2d
base/src/js_worker/types.rs
@@ -0,0 +1,3 @@
1
+use std::collections::HashMap;
2
+
3
+pub type EnvVars = HashMap<String, String>;
0 commit comments