UNPKG

thomas-anderson-lib

Version:

A text adventure game library based on Thomas Anderson from The Matrix. Create your own Matrix-inspired text adventures with this easy-to-use library.

3 lines (2 loc) 103 B
import { Command } from '../game/types'; export declare function parseCommand(input: string): Command;