Function: koboBlockEdge()
function koboBlockEdge(head):
| {
edge: "begin" | "end";
kind: KoboBlockKind;
}
| null;
Defined in: kobo.ts:48
Classifies a normalised type head as a Kobo block edge, or null.
Parameters
| Parameter | Type |
|---|---|
head | string |
Returns
| {
edge: "begin" | "end";
kind: KoboBlockKind;
}
| null