UNPKG

phrase-engine

Version:

Language files on steroids for conversational UIs that aren't boring.

6 lines (5 loc) 286 B
import { PhraseNode, InitPacketInterface } from './Node'; import { PhraseError } from './PhraseError'; export default function (root: Node, packet: InitPacketInterface, support: { [key: string]: (root: Node, packet: InitPacketInterface) => PhraseNode; }): PhraseError | PhraseNode;