UNPKG

programming-game

Version:

The client for programming game, an mmorpg that you interact with entirely through code.

2 lines (1 loc) 102 B
export declare const entries: <T extends Record<string, unknown>>(obj: T) => [keyof T, T[keyof T]][];