UNPKG

recoder-code

Version:

Complete AI-powered development platform with ML model training, plugin registry, real-time collaboration, monitoring, infrastructure automation, and enterprise deployment capabilities

24 lines (21 loc) 703 B
declare function stringify( value: any, replacer?: (key: string, value: any) => any, space?: string | number, options?: { depthLimit: number | undefined; edgesLimit: number | undefined } ): string; declare namespace stringify { export function stable( value: any, replacer?: (key: string, value: any) => any, space?: string | number, options?: { depthLimit: number | undefined; edgesLimit: number | undefined } ): string; export function stableStringify( value: any, replacer?: (key: string, value: any) => any, space?: string | number, options?: { depthLimit: number | undefined; edgesLimit: number | undefined } ): string; } export default stringify;