require 'js'

def h(node_name, attributes, children)
  { node_name: node_name.to_s, attributes:, children: }
end
