UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

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