UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

6 lines (3 loc) 135 B
import { El } from "../types"; let isBodyElement = (node: El): boolean => /body/i.test(node?.tagName); export default isBodyElement;