UNPKG

phrase-engine

Version:

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

7 lines (6 loc) 251 B
import { EvalPacketInterface } from '../Node'; import { IfNode } from './IfNode'; export declare class UnlessNode extends IfNode { protected validateNodeName(name: string): boolean; protected evalLogic(packet: EvalPacketInterface): boolean; }