Skip to content

Commit 2c2198e

Browse files
committed
export default
1 parent 1400a8b commit 2c2198e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/javascript/lib/core/erlang_compat/proplists.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@ function is_defined(key, list) {
1818
} else {
1919
return false;
2020
}
21-
}
21+
}
22+
23+
export default {
24+
get_value,
25+
is_defined
26+
};

0 commit comments

Comments
 (0)