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

unwrapListSlice

Reduce the open depth of a slice if it only contains a single list node. When copying some text from a deep nested list node, we don't want to paste the entire list structure into the document later.

function unwrapListSlice(slice: Slice): Slice;
§
unwrapListSlice(slice: Slice): Slice
[src]

§Parameters

§Return Type