Skip to content

v2.0.0-alpha1-20230925

Latest
Compare
Choose a tag to compare
@stefanusayudha stefanusayudha released this 24 Sep 18:43
· 1 commit to main since this release

Add with function that can be loaded with multiple scopes.

with(scope1,scope2,scope3) {
   someFunction()
}