macrovich
Version:
A set of three macros to ease writing `*.cljc` supporting Clojure, Clojurescript and self-hosted Clojurescript.
11 lines (10 loc) • 312 B
JavaScript
// Compiled by ClojureScript 1.9.369 {:target :nodejs}
goog.provide('net.cgrand.being');
goog.require('cljs.core');
net.cgrand.being.sum = (function net$cgrand$being$sum(a,b){
return (a + b);
});
net.cgrand.being.plus = (function net$cgrand$being$plus(a,b){
return (a + b);
});
//# sourceMappingURL=being.js.map