cream-js 0.1.0

A lightweight compiler for modern web applications.
1
2
3
4
function getElementsByKey(key) {
    return window.__CREAM.elements[key]
}