9587311412
cljsbuild using leiningen projects that depend on Datomish will automatically include the externs.
2 lines
119 B
JavaScript
2 lines
119 B
JavaScript
var d = require('../target/release-node/datomish');
|
|
console.log(d.q("[:find ?e ?v :where [?e \"name\" ?v] {:x :y}]"));
|