UNPKG

react-tesna-utils

Version:

A versatile utility library featuring optimized functions for data manipulation, clipboard handling, text truncation, comparison, validation, and more. Designed for modern JavaScript and TypeScript projects with efficient and reusable solutions.

2 lines (1 loc) 103 B
export declare const getChunksFromString: (str: string, chunkSize: number) => RegExpMatchArray | null;