and()

in scripts/inference-providers/scripts/generate.ts [93:95]


  and() {
    return Array.prototype.every.call(arguments, Boolean);
  },