1.0.3 • Published 7 years ago

pyglobal v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

pyglobal

pyglobal empowers us to use all global functions available in python.

usage

let pyglobal = require('pyglobal');

pyglobal.range(5);

// gives [ 0, 1, 2, 3, 4 ]

for(let r of pyglobal.range(5)){
	console.log(r);
}


pyglobal.max(5, 7);
// gives 7

This is still under dev and more stable versions to come in near future.

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago