UNPKG

@m3rcena/weky

Version:

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

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