TypeScript and Scope Functions
I have transferred the code base to TypeScript and created interfaces, so it should be more readable now.
The "obj" function will now create a function that returns the scope, so it should be the same as writing
def(<bongoObj>) -> {
...
}
obj(<bongoObj>) -> bongoObj
Full Changelog: v1.0.9...v1.1.0