UNPKG

@hp4k1h5/terminordle

Version:

> multiplayer [wordle](https://www.powerlanguage.co.uk/wordle/) clone in your terminal

4 lines (3 loc) 144 B
import { WS } from '../../lib/structs'; export { requestSession } from './session'; export declare function createWS(url: string): Promise<WS>;