UNPKG

gentyl

Version:

A Generator That You'll Love

9 lines (8 loc) 499 B
declare namespace Gentyl { function G(components: Object, form: any, state: any): ResolutionNode; function F(func: any, components: any, state: any): ResolutionNode; function I(label: any, target: any[], inputFunction: typeof Inventory.placeInput, resolveFunction: typeof Inventory.pickupInput, state: any): ResolutionNode; function O(label: any, outputFunction: any): ResolutionNode; function R(reconstructionBundle: any): Reconstruction; function T(type: any): Terminal; }