All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stjs.example.stjs-lib-example.js Maven / Gradle / Ivy

There is a newer version: 1.4.0
Show newest version
function globalFunc(x){
	return x + 2;
}

var STJSExampleModule = {
		multiply: function(x, y){
			return x * y;
		}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy