UNPKG

rafa

Version:

Rafa.js is a Javascript framework for building concurrent applications.

9 lines (7 loc) 118 B
Return the value that the property holds. <aside> ```js var value = Rafa.property(2).get(); // value: 2 ``` </aside>