UNPKG

programming-game

Version:

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

8 lines (7 loc) 196 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.entries = void 0; var entries = function (obj) { return Object.entries(obj); }; exports.entries = entries;