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

canJoin

Test whether the blocks before and after a given position can be joined.

function canJoin(doc: Node, pos: number): boolean;
§
canJoin(doc: Node, pos: number): boolean
[src]

§Parameters

§
pos: number
[src]

§Return Type

§
boolean
[src]