UNPKG

typesforbukkit

Version:

Types For Bukkit

5 lines 101 B
namespace java.lang { export interface Comparable<T> { compareTo(o: T) : int; } }