UNPKG

typeit

Version:

The most versatile animated typing utility on the planet.

6 lines (5 loc) 156 B
/** * Converts value as within array, unless the value itself already is one. */ declare const _default: <T>(value: any) => T[]; export default _default;