Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SelectionFn

Selects the root element, document.documentElement. This function can also be used to test for selections (instanceof d3.selection) or to extend the selection prototype.

type SelectionFn = () => Selection<HTMLElement, any, null, undefined>;

§Type

§
() => Selection<HTMLElement, any, null, undefined>
[src]