Barak BD

Results 22 comments of Barak BD

Since github.com/segmentio/go-prompt is not maintained, I just copied the one required file here and removed reference to that repo.

I am trying to use a default export in the following way ``` typescript readdirSync(join(__dirname, "../controllers/box")) .filter(f => f !== "*.spec.ts") .forEach(controllerFile => { const controllerBaseName = basename(controllerFile, ".js") import(`../controllers/box/${controllerBaseName}`).then((controller)=>{...