const unquote: <T>(
calls?:
| string
| DeferredCall<any>
| ArrowFunction
| LiveElement<ArrowFunction>[]
| ReactElementInterop
| LiveNode<any>[],
key?: Key,
) => DeferredCall<() => void>
Escape from quote.
packages / live / src / builtin.ts