UNPKG

@zsnout/ithkuil

Version:

A set of tools which can generate and parse romanized Ithkuil text and which can generate Ithkuil script from text and JSON data.

9 lines (8 loc) 190 B
export function HandleResult(props) { if (props.children.ok) { return props.ok(props.children.value); } else { return props.error(props.children.reason); } }