Skip to content

TypeScript and Scope Functions

Compare
Choose a tag to compare
@mageowl mageowl released this 18 Oct 14:26

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