added .iter to main.js...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-04-26 00:50:49 +03:00
parent 1069c61f1a
commit ef0649245c

View File

@ -29,8 +29,10 @@ module.runner = require('./runner')
// Shorthands...
module.STOP = object.STOP
// NOTE: this is a generic enough type to be accessible at the root...
// frequently used stuff...
module.Generator = module.generator.Generator
module.iter = module.generator.iter