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.

10 lines (9 loc) 191 B
/** * Clones a node. * * @param props Properties modifying the cloned element. * @returns The cloned node. */ export function Clone(props) { return props.children.cloneNode(true); }