export function test()

in spec/frontend/clean_html_element_serializer.js [34:36]


export function test(received) {
  return received instanceof Element && !visited.has(received);
}