We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1400a8b commit 2c2198eCopy full SHA for 2c2198e
1 file changed
src/javascript/lib/core/erlang_compat/proplists.js
@@ -18,4 +18,9 @@ function is_defined(key, list) {
18
} else {
19
return false;
20
}
21
-}
+}
22
+
23
+export default {
24
+ get_value,
25
+ is_defined
26
+};
0 commit comments