UNPKG

typesforbukkit

Version:

Types For Bukkit

6 lines 131 B
namespace java.io { export class PrintStream { print(s : any) : void {} println(s : any) : void {} } }