info()

in src/stdio.ts [69:71]


    info(message: string) {
      this.messages.info.push(message);
    },