From ef0649245c41d3d3ff36fa8a7ef174d604fdb403 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 26 Apr 2022 00:50:49 +0300 Subject: [PATCH] added .iter to main.js... Signed-off-by: Alex A. Naanou --- main.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index c6f5fd7..7909a8c 100644 --- a/main.js +++ b/main.js @@ -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