Fix type Mark
This allows fixing the filter by instanceof a nidel of typescript types, example:
import { Mark } from "atomico";
Array.from(element.childNodes).filter(
(el) => !(el instanceof Mark)
);
This allows fixing the filter by instanceof a nidel of typescript types, example:
import { Mark } from "atomico";
Array.from(element.childNodes).filter(
(el) => !(el instanceof Mark)
);