UNPKG

doggo-quest-logic

Version:

The game logic for the Doggo Quest text-based game sample project

10 lines (9 loc) 266 B
import { Sentence } from './Sentence'; export declare class Parser { private static replaceAll; private static linkSentence; private static expandShorthand; parse(text: string): Sentence; private buildSentence; private adjustTags; }