- isMF2(
input: unknown,
): input is Readonly<
{
items: {
properties: { [key: string]: any };
type: ("h-card" | "h-cite" | "h-entry" | "h-event")[];
}[];
},
> Returns input is Readonly<
{
items: {
properties: { [key: string]: any };
type: ("h-card" | "h-cite" | "h-entry" | "h-event")[];
}[];
},
>
Validates whether input is MF2 or not.