UNPKG

twilly

Version:

Node.js Twilio API abstraction layer for Express applications

6 lines (5 loc) 324 B
import Flow from '../Flow'; import FlowSchema from '.'; export declare const ROOT = "__ROOT__"; export declare type EvaluatedSchema = Map<string, Flow>; export declare function evaluateSchema(root: Flow, G: FlowSchema, initialResult?: EvaluatedSchema, visited?: Set<Flow | FlowSchema>, parentKey?: string): EvaluatedSchema;