UNPKG

moomooio-client

Version:

MooMooIO-Client is a client-side wrapper API designed for the game MooMoo.io. This package aims to provide a simple yet powerful API for creating clones, mods, or plugins for MooMoo.io.

6 lines (4 loc) 139 B
import uniqueNames from "../data/uniqueNames"; export default function getUniqueName(index: number) { return uniqueNames[index]; }