(selector)
| 2553 | }; |
| 2554 | |
| 2555 | function select(selector) { |
| 2556 | return typeof selector === "string" |
| 2557 | ? new Selection$1([[document.querySelector(selector)]], [document.documentElement]) |
| 2558 | : new Selection$1([[selector]], root$1); |
| 2559 | } |
| 2560 | |
| 2561 | function create$1(name) { |
| 2562 | return select(creator(name).call(document.documentElement)); |
no outgoing calls
no test coverage detected