topkat-utils
Version:
A comprehensive collection of TypeScript/JavaScript utility functions for common programming tasks. Includes validation, object manipulation, date handling, string formatting, and more. Zero dependencies, fully typed, and optimized for performance.
8 lines (7 loc) • 353 B
TypeScript
export declare function chineseProverb(): string;
export declare function randomEmoji(msg: string, length?: number): string;
/** STRING COMPRESSOR
* peut facilement être utilisé par uncomp directement (stock les metadonnées sur la comp)
*/
export declare function compAuto(str: string): string;
export declare function unComp(str: string): string;