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

getVNodeBlockHelper

function getVNodeBlockHelper(ssr: boolean, isComponent: boolean): CREATE_BLOCK | CREATE_ELEMENT_BLOCK;
§
getVNodeBlockHelper(ssr: boolean, isComponent: boolean): CREATE_BLOCK | CREATE_ELEMENT_BLOCK
[src]

§Parameters

§
ssr: boolean
[src]
§
isComponent: boolean
[src]

§Return Type

§
CREATE_BLOCK | CREATE_ELEMENT_BLOCK
[src]