UNPKG

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.

3 lines (2 loc) 147 B
/** Best way to stringify a value! Default indent: 2 */ export declare function removeCircularJSONstringify(object: any, indent?: number): string;