AC
Size: a a a
AC
AC
MP
MK
goog.provide('example.foo');
goog.require('cljs.core');
const $ = cljs.core;
example.foo.bar = function(m) {
return $.get_in(m, $.vector($.keyword("foo"), $.keyword("bar")));
};
AC
MP
MP
AC
MP
AC
AC
MP
AC
MP
AC
AC
MP
AC
MP