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

SheetInit

interface SheetInit {
<T>(callback: SheetInitCallback<T>): T;
}

§Call Signatures

§
<T>(callback: SheetInitCallback<T>): T
[src]

Register a function that should be called to use a snapshot state or create a new state.