UNPKG

@m3rcena/weky

Version:

A fun npm package to play games within Discord with buttons!

4 lines (3 loc) 127 B
import type { SnakeTypes } from "../Types"; declare const Snake: (options: SnakeTypes) => Promise<void>; export default Snake;