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

voidSheet

An sheet placeholder which performs no operations. Useful for avoiding errors in a non-browser environment.

const voidSheet: () => Sheet<null>;