where does `document` come from

the default ultra gives me a
client.tsx
like this

import hydrate from "ultra/hydrate.js";
import App from "./src/app.tsx";
hydrate(document, <App />);


when I run
deno check
it complains about
document


how / where it getting
document
from?
Was this page helpful?