UNPKG

react-js-plugins

Version:

A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.

5 lines (4 loc) 264 B
export declare function _truncateText(text: string, limit?: number): string; export declare function _isTruncate(text: string, limit?: number): boolean; export declare function _toTitleCase(text: string): string; export declare const _disableDevTools: () => void;