/** * @tsplus getter SortedMap entries */ export function entries(self: SortedMap): Iterator { return self[Symbol.iterator]() }