[cljsjs/stativus "0.1.0-0"] ;; latest release
Statecharts are a control mechanism; they augment or replace traditional controllers in the MVC architecture. The notation was originally devised by Harel. See Stativus for more.
This jar comes with deps.cljs
as used by the Foreign Libs feature
of the ClojureScript compiler. After adding the above dependency to your project
you can require the packaged library like so:
(ns application.core
(:require cljsjs.d3))
Externs generated by Michael McLellan's Externs Generator.