UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

6 lines (5 loc) 140 B
/** * Literally just wraps toArray() to save a few bytes * when it's repeatedly used. */ export default (val): any[] => Array.from(val);