UNPKG

phrase-engine

Version:

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

9 lines (8 loc) 206 B
export declare class PhraseError { protected __line_num: number; message: string; error: Error; constructor(message: string); node(node: Node): PhraseError; line(): null | number; }