UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

8 lines (7 loc) 245 B
import { Element } from "../types"; /** * Get a flattened array of text nodes that have been typed. * This excludes any cursor character that might exist. */ declare const getAllChars: (element: Element) => any[]; export default getAllChars;